* hildon-widgets/hildon-time-editor.c (hildon_time_editor_entry_keypress): use hildon...
authorLuc Pionchon <luc.pionchon@nokia.com>
Sat, 15 Apr 2006 16:12:31 +0000 (16:12 +0000)
committerLuc Pionchon <luc.pionchon@nokia.com>
Sat, 15 Apr 2006 16:12:31 +0000 (16:12 +0000)
ChangeLog
hildon-widgets/hildon-time-editor.c

index bba4f49..08937b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-15  Luc Pionchon  <luc.pionchon@nokia.com>
+
+       * hildon-widgets/hildon-time-editor.c
+       (hildon_time_editor_entry_keypress):
+       use hildon_gtk_widget_set_logical_font, provided by osso-GTK,
+       since 2.6.10-1.osso4,
+       instead of GTK private symbol _gtk_widget_set_logical_font
+
+
 2006-04-15  Marius Vollmer  <marius.vollmer@nokia.com>
 
        From Murray Cummings (M#185 M#283), with slight changes:
index 7e166b6..6fe638c 100644 (file)
@@ -1623,9 +1623,9 @@ static gboolean hildon_time_editor_entry_keypress(GtkWidget * widget,
                the time picker icon was clicked. Before opening the time picker
                the fields are first validated and fixed. */
             hildon_time_editor_validate (editor, FALSE);
-            _gtk_button_set_depressed(GTK_BUTTON(priv->iconbutton), TRUE);
+            hildon_gtk_button_set_depressed(GTK_BUTTON(priv->iconbutton), TRUE);
             hildon_time_editor_icon_clicked(widget, data);
-            _gtk_button_set_depressed(GTK_BUTTON(priv->iconbutton), FALSE);
+            hildon_gtk_button_set_depressed(GTK_BUTTON(priv->iconbutton), FALSE);
             return TRUE;
 
         case GDK_Left: