[maemo-commits] [maemo-commits] r9043 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 10 18:01:25 EET 2007
Author: jobi
Date: 2007-01-10 18:01:24 +0200 (Wed, 10 Jan 2007)
New Revision: 9043

Modified:
   projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h
Log:

2007-01-10  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-home-applet.h: Fixed prototype of the
	settings callback



Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-10 15:28:49 UTC (rev 9042)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-10 16:01:24 UTC (rev 9043)
@@ -1,3 +1,8 @@
+2007-01-10  Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildondesktop/hildon-home-applet.h: Fixed prototype of the
+	settings callback
+
 2007-01-10  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hd-desktop.c: update because of changes in libhildondesktop.

Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h	2007-01-10 15:28:49 UTC (rev 9042)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-applet.h	2007-01-10 16:01:24 UTC (rev 9043)
@@ -90,8 +90,8 @@
   void (* desktop_file_changed) (HildonHomeApplet *applet);
 
   void (* background)           (HildonHomeApplet *applet);
-  void (*foreground)            (HildonHomeApplet *applet);
-  GtkWidget (*settings)         (HildonHomeApplet *applet,
+  void (* foreground)           (HildonHomeApplet *applet);
+  GtkWidget * (*settings)       (HildonHomeApplet *applet,
                                  GtkWidget        *parent);
 
   GdkPixbuf                     *close_button;


More information about the maemo-commits mailing list