Author: kelnos
Date: 2007-10-20 19:21:43 +0000 (Sat, 20 Oct 2007)
New Revision: 26159

Modified:
   xfdesktop/trunk/src/menu.c
   xfdesktop/trunk/src/windowlist.c
Log:
use correct function prototype, even tho it doesn't really matter in this
case


Modified: xfdesktop/trunk/src/menu.c
===================================================================
--- xfdesktop/trunk/src/menu.c  2007-10-20 19:10:14 UTC (rev 26158)
+++ xfdesktop/trunk/src/menu.c  2007-10-20 19:21:43 UTC (rev 26159)
@@ -75,7 +75,8 @@
 #if USE_DESKTOP_MENU
 static void
 menu_populate(XfceDesktop *desktop,
-              GtkMenuShell *menu)
+              GtkMenuShell *menu,
+              gpointer user_data)
 {
     GtkWidget *desktop_menu_widget;
     GList *menu_children;

Modified: xfdesktop/trunk/src/windowlist.c
===================================================================
--- xfdesktop/trunk/src/windowlist.c    2007-10-20 19:10:14 UTC (rev 26158)
+++ xfdesktop/trunk/src/windowlist.c    2007-10-20 19:21:43 UTC (rev 26159)
@@ -190,7 +190,8 @@
 
 static void
 windowlist_populate(XfceDesktop *desktop,
-                    GtkMenuShell *menu)
+                    GtkMenuShell *menu,
+                    gpointer user_data)
 {
     GtkWidget *submenu, *mi, *label, *img;
     GdkScreen *gscreen;

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to