]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Fix calling functions with wrong number of arguments
[chaz/openbox] / openbox / screen.c
index 7516cfd9d0b34b246f7128390d25753bc033d5d5..04a3b452be033989b99c5e8c614a965d7381e592 100644 (file)
@@ -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) {
This page took 0.020564 seconds and 4 git commands to generate.