[maemo-commits] [maemo-commits] r8776 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Dec 15 11:16:54 EET 2006
- Previous message: [maemo-commits] r8775 - projects/haf/branches/osso-gnomevfs-extra/IT-2007
- Next message: [maemo-commits] r8777 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mitch Date: 2006-12-15 11:16:52 +0200 (Fri, 15 Dec 2006) New Revision: 8776 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.c projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h Log: 2006-12-15 Michael Natterer <mitch at imendio.com> * gtk/gtkfilesystem.c (gtk_file_system_render_icon): added this missing stub. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2006-12-15 09:04:38 UTC (rev 8775) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2006-12-15 09:16:52 UTC (rev 8776) @@ -1,3 +1,8 @@ +2006-12-15 Michael Natterer <mitch at imendio.com> + + * gtk/gtkfilesystem.c (gtk_file_system_render_icon): added this + missing stub. + 2006-12-13 Michael Natterer <mitch at imendio.com> * gtk/gtkwidget.[ch] Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.c =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.c 2006-12-15 09:04:38 UTC (rev 8775) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.c 2006-12-15 09:16:52 UTC (rev 8776) @@ -1411,6 +1411,18 @@ return gtk_file_system_create (file_system_name); } +GdkPixbuf * +gtk_file_system_render_icon (GtkFileSystem *file_system, + const GtkFilePath *path, + GtkWidget *widget, + gint pixel_size, + GError **error) +{ + g_set_error (error, 0, 0, "EEK"); + + return NULL; +} + /* MAEMO END */ #define __GTK_FILE_SYSTEM_C__ Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h 2006-12-15 09:04:38 UTC (rev 8775) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilesystem.h 2006-12-15 09:16:52 UTC (rev 8776) @@ -445,6 +445,11 @@ /* MAEMO START */ 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); /* MAEMO END */ G_END_DECLS
- Previous message: [maemo-commits] r8775 - projects/haf/branches/osso-gnomevfs-extra/IT-2007
- Next message: [maemo-commits] r8777 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]