summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-09-04 06:22:51 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-09-04 06:23:54 +0200
commitc12d09bde85e40fdfbb36225a1b596b5f27c2335 (patch)
tree0151ec2a063355c341610435542996b841dd9aad /openbox/screen.c
parent93c43114ca824f8f387bf7c4b34442a8cdaed3ab (diff)
Fix calling functions with wrong number of arguments
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 7516cfd9..04a3b452 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -344,7 +344,7 @@ void screen_startup(gboolean reconfig)
guint32 d;
gboolean namesexist = FALSE;
- desktop_popup = pager_popup_new(FALSE);
+ desktop_popup = pager_popup_new();
pager_popup_height(desktop_popup, POPUP_HEIGHT);
if (reconfig) {