[maemo-commits] [maemo-commits] r10529 - 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:08:11 EET 2007
- Previous message: [maemo-commits] r10528 - projects/haf/trunk/hildon-help/src
- Next message: [maemo-commits] r10530 - in projects/haf/trunk/libhildonmime: . docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:08:10 +0200 (Tue, 13 Mar 2007) New Revision: 10529 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h Log: * gtk/gtkfilesystem.h: Remove hildon_gtk_file_system_create and gtk_file_system_render_icon 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:05:36 UTC (rev 10528) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:08:10 UTC (rev 10529) @@ -1,5 +1,12 @@ 2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkfilesystem.h: + + Remove hildon_gtk_file_system_create and + gtk_file_system_render_icon from the header file. + +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkbutton.[ch]: Remove hildon_gtk_button_set_depressed, Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h 2007-03-13 13:05:36 UTC (rev 10528) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h 2007-03-13 13:08:10 UTC (rev 10529) @@ -446,15 +446,6 @@ GtkFileSystem *gtk_file_system_create (const char *file_system_name); -#ifdef MAEMO_CHANGES -GtkFileSystem *hildon_gtk_file_system_create(const char *file_system_name); -GdkPixbuf *gtk_file_system_render_icon (GtkFileSystem *file_system, - const GtkFilePath *path, - GtkWidget *widget, - gint pixel_size, - GError **error); -#endif /* MAEMO_CHANGES */ - G_END_DECLS #endif /* __GTK_FILE_SYSTEM_H__ */
- Previous message: [maemo-commits] r10528 - projects/haf/trunk/hildon-help/src
- Next message: [maemo-commits] r10530 - in projects/haf/trunk/libhildonmime: . docs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]