summaryrefslogtreecommitdiff
path: root/src/windowlist.c
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-10-20 19:21:43 +0000
committerBrian Tarricone <brian@tarricone.org>2007-10-20 19:21:43 +0000
commita5fadf2452f1c2e9c5c1e8e801c9f2b71d41b20e (patch)
treea1f6174007916733afdb607683ffad238b95734e /src/windowlist.c
parent9f9efd34b6bbe197e102ac96b3c2b943fcab17aa (diff)
downloadxfdesktop-a5fadf2452f1c2e9c5c1e8e801c9f2b71d41b20e.tar.gz
use correct function prototype, even tho it doesn't really matter in this
case (Old svn revision: 26159)
Diffstat (limited to 'src/windowlist.c')
-rw-r--r--src/windowlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windowlist.c b/src/windowlist.c
index 933b6f1e..e0d6e801 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -190,7 +190,8 @@ menu_item_from_netk_window(NetkWindow *netk_window, gint icon_width,
static void
windowlist_populate(XfceDesktop *desktop,
- GtkMenuShell *menu)
+ GtkMenuShell *menu,
+ gpointer user_data)
{
GtkWidget *submenu, *mi, *label, *img;
GdkScreen *gscreen;