[maemo-commits] [maemo-commits] r9704 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Feb 7 12:53:24 EET 2007
- Previous message: [maemo-commits] r9703 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9705 - in projects/haf/branches/hildon-libs/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kris Date: 2007-02-07 12:53:22 +0200 (Wed, 07 Feb 2007) New Revision: 9704 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.c projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.h Log: 2007-02-07 Kristian Rietveld <kris at imendio.com> * gtk/gtkfilechooserutils.[ch] (hildon_gtk_file_chooser_install_properties): conditionalize with MAEMO_CHANGES, port over doc comment. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-02-06 16:58:52 UTC (rev 9703) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-02-07 10:53:22 UTC (rev 9704) @@ -1,3 +1,9 @@ +2007-02-07 Kristian Rietveld <kris at imendio.com> + + * gtk/gtkfilechooserutils.[ch] + (hildon_gtk_file_chooser_install_properties): conditionalize with + MAEMO_CHANGES, port over doc comment. + 2007-02-06 Kristian Rietveld <kris at imendio.com> * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): Make sure the Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.c =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.c 2007-02-06 16:58:52 UTC (rev 9703) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.c 2007-02-07 10:53:22 UTC (rev 9704) @@ -119,11 +119,21 @@ "do-overwrite-confirmation"); } +#ifdef MAEMO_CHANGES +/** + * hildon_gtk_file_chooser_install_properties: + * + * Exactly the same as the private _gtk_file_chooser_install_properties() + * but exported for hildon-fm. + * + * Since: maemo 2.0 + */ void hildon_gtk_file_chooser_install_properties (GObjectClass *klass) { _gtk_file_chooser_install_properties (klass); } +#endif /* MAEMO_CHANGES */ /** * _gtk_file_chooser_delegate_iface_init: Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.h 2007-02-06 16:58:52 UTC (rev 9703) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkfilechooserutils.h 2007-02-07 10:53:22 UTC (rev 9704) @@ -53,7 +53,9 @@ } GtkFileChooserProp; void _gtk_file_chooser_install_properties (GObjectClass *klass); +#ifdef MAEMO_CHANGES void hildon_gtk_file_chooser_install_properties (GObjectClass *klass); +#endif /* MAEMO_CHANGES */ void _gtk_file_chooser_delegate_iface_init (GtkFileChooserIface *iface); void _gtk_file_chooser_set_delegate (GtkFileChooser *receiver,
- Previous message: [maemo-commits] r9703 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9705 - in projects/haf/branches/hildon-libs/hildon-1: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]