[maemo-commits] [maemo-commits] r12936 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jul 31 11:30:47 EEST 2007
- Previous message: [maemo-commits] r12935 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12937 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-07-31 11:30:44 +0300 (Tue, 31 Jul 2007) New Revision: 12936 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc Log: Fixing the theming for derrived GtkComboBox objects. Fixes NB#64458. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-07-31 07:15:15 UTC (rev 12935) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-07-31 08:30:44 UTC (rev 12936) @@ -1,3 +1,8 @@ +2007-07-31 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * rc/gtkcombobox.rc: Fixing the theming for derrived GtkComboBox objects. + Fixes NB#64458. + 2007-07-30 Lucas Rocha <lucas.rocha at nokia.com> * rc/hildonnavigator.rc: added theming for new switcher menu. Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-07-31 07:15:15 UTC (rev 12935) +++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcombobox.rc 2007-07-31 08:30:44 UTC (rev 12936) @@ -44,7 +44,7 @@ } } } -widget_class "*.GtkComboBox.GtkToggleButton" style "osso-combobox-button" +widget_class "*.<GtkComboBox>.GtkToggleButton" style "osso-combobox-button" style "osso-combobox-frame" { @@ -68,7 +68,7 @@ } } } -widget_class "*.GtkComboBox.GtkFrame" style "osso-combobox-frame" +widget_class "*.<GtkComboBox>.GtkFrame" style "osso-combobox-frame" ################################################### # @@ -84,7 +84,7 @@ GtkEntry::inner-border = { 4, 4, 0, 0 } } -widget_class "*.GtkComboBoxEntry.GtkEntry" style "osso-combobox-entry-base" +widget_class "*.<GtkComboBoxEntry>.GtkEntry" style "osso-combobox-entry-base" style "osso-combobox-entry-arrow" { @@ -106,8 +106,8 @@ } } -widget_class "*.GtkComboBox.GtkToggleButton.GtkArrow" style "osso-combobox-entry-arrow" -widget_class "*.GtkComboBoxEntry.GtkToggleButton.GtkArrow" style "osso-combobox-entry-arrow" +widget_class "*.<GtkComboBox>.GtkToggleButton.GtkArrow" style "osso-combobox-entry-arrow" +widget_class "*.<GtkComboBoxEntry>.GtkToggleButton.GtkArrow" style "osso-combobox-entry-arrow" style "osso-combobox-entry-entry" { @@ -130,7 +130,7 @@ } } -widget_class "*.GtkComboBoxEntry.GtkEntry" style "osso-combobox-entry-entry" +widget_class "*.<GtkComboBoxEntry>.GtkEntry" style "osso-combobox-entry-entry" style "osso-combobox-entry-button-down" { @@ -154,6 +154,6 @@ } } } -widget_class "*.GtkComboBoxEntry.GtkToggleButton" style "osso-combobox-entry-button-down" +widget_class "*.<GtkComboBoxEntry>.GtkToggleButton" style "osso-combobox-entry-button-down"
- Previous message: [maemo-commits] r12935 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12937 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]