[maemo-commits] [maemo-commits] r10542 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 15:23:36 EET 2007
- Previous message: [maemo-commits] r10541 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10543 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gdk/x11 gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:23:35 +0200 (Tue, 13 Mar 2007) New Revision: 10542 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwindow.h Log: * gtk/gtkwindow.h: Remove the focus_prev API from the header file. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:21:37 UTC (rev 10541) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:23:35 UTC (rev 10542) @@ -1,8 +1,14 @@ 2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkwindow.h: + + Remove the focus_prev API from the header file. + +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkwidget.h: - Remove the prev_focus API from the header file. + Remove the focus handling API from the header file. 2007-03-13 Xan Lopez <xan.lopez at nokia.com> Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwindow.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwindow.h 2007-03-13 13:21:37 UTC (rev 10541) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwindow.h 2007-03-13 13:23:35 UTC (rev 10542) @@ -421,11 +421,6 @@ guint accel_key, GdkModifierType accel_mods); -#ifdef MAEMO_CHANGES -GtkWidget *gtk_window_get_prev_focus_widget( GtkWindow *window ); -void gtk_window_set_prev_focus_widget( GtkWindow *window, GtkWidget *widget ); -#endif /* MAEMO_CHANGES */ - G_END_DECLS #endif /* __GTK_WINDOW_H__ */
- Previous message: [maemo-commits] r10541 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r10543 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gdk/x11 gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]