[maemo-commits] [maemo-commits] r9342 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jan 25 13:44:56 EET 2007
- Previous message: [maemo-commits] r9341 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9344 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: timj Date: 2007-01-25 13:44:54 +0200 (Thu, 25 Jan 2007) New Revision: 9342 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h Log: Thu Jan 25 12:44:35 2007 Tim Janik <timj at imendio.com> * gtk/gtktextbuffer.h: conditionalize with MAEMO_CHANGES. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-01-25 11:40:56 UTC (rev 9341) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-01-25 11:44:54 UTC (rev 9342) @@ -1,3 +1,7 @@ +Thu Jan 25 12:44:35 2007 Tim Janik <timj at imendio.com> + + * gtk/gtktextbuffer.h: conditionalize with MAEMO_CHANGES. + Thu Jan 25 12:40:07 2007 Tim Janik <timj at imendio.com> * gtk/gtkiconfactory.c: Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h 2007-01-25 11:40:56 UTC (rev 9341) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtktextbuffer.h 2007-01-25 11:44:54 UTC (rev 9342) @@ -395,7 +395,7 @@ void _gtk_text_buffer_notify_will_remove_tag (GtkTextBuffer *buffer, GtkTextTag *tag); -/* MAEMO START */ +#ifdef MAEMO_CHANGES void gtk_text_buffer_set_can_paste_rich_text (GtkTextBuffer *buffer, gboolean can_paste_rich_text); gboolean gtk_text_buffer_get_can_paste_rich_text (GtkTextBuffer *buffer); @@ -403,7 +403,7 @@ void gtk_text_buffer_set_rich_text_format (GtkTextBuffer *buffer, const gchar *format); G_CONST_RETURN gchar *gtk_text_buffer_get_rich_text_format (GtkTextBuffer *buffer); -/* MAEMO END */ +#endif /* MAEMO_CHANGES */ G_END_DECLS
- Previous message: [maemo-commits] r9341 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9344 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]