[maemo-commits] [maemo-commits] r14333 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Oct 5 16:19:30 EEST 2007
- Previous message: [maemo-commits] r14332 - projects/haf/trunk/gail
- Next message: [maemo-commits] r14334 - in projects/connectivity/osso-bluez-compat/trunk: . debian etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tigert Date: 2007-10-05 16:19:28 +0300 (Fri, 05 Oct 2007) New Revision: 14333 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc Log: 2007-10-05 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * rc/gtkbutton.rc: fixed style match a bit, so it actually still hopefully works. :-) Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-10-05 13:13:04 UTC (rev 14332) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-10-05 13:19:28 UTC (rev 14333) @@ -1,3 +1,8 @@ +2007-10-05 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> + + * rc/gtkbutton.rc: fixed style match a bit, so it actually still + hopefully works. :-) + 2007-10-04 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * rc/gtkmenu.rc: Fixing the broken rc/missing inheritance for colors. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc 2007-10-05 13:13:04 UTC (rev 14332) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkbutton.rc 2007-10-05 13:19:28 UTC (rev 14333) @@ -112,11 +112,11 @@ } class "GtkButton" style "osso-button" -widget_class "*.GtkButton.*.GtkLabel" style "osso-ButtonFont" -widget_class "*.GtkToggleButton.*.GtkLabel" style "osso-ButtonFont" +widget_class "*.GtkButton.*GtkLabel" style "osso-ButtonFont" +widget_class "*.GtkToggleButton.*GtkLabel" style "osso-ButtonFont" -widget_class "*.GtkButton.*.GtkLabel" style "osso-button-text-color" -widget_class "*.GtkToggleButton.*.GtkLabel" style "osso-button-text-color" +widget_class "*.GtkButton.*GtkLabel" style "osso-button-text-color" +widget_class "*.GtkToggleButton.*GtkLabel" style "osso-button-text-color" # Dialog Button text color style "osso-dialogbutton-text-color" = "osso-color-themeing" { @@ -320,5 +320,5 @@ } widget_class "*.GtkHButtonBox.GtkButton" style "osso-dialogbutton" -widget_class "*.GtkHButtonBox.GtkButton.*.GtkLabel" style "osso-dialogbutton-text-color" -widget_class "*.GtkHButtonBox.GtkToggleButton.*.GtkLabel" style "osso-dialogbutton-text-color" +widget_class "*.GtkHButtonBox.GtkButton.*GtkLabel" style "osso-dialogbutton-text-color" +widget_class "*.GtkHButtonBox.GtkToggleButton.*GtkLabel" style "osso-dialogbutton-text-color"
- Previous message: [maemo-commits] r14332 - projects/haf/trunk/gail
- Next message: [maemo-commits] r14334 - in projects/connectivity/osso-bluez-compat/trunk: . debian etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]