]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_popup.c
Fix calling functions with wrong number of arguments
[chaz/openbox] / openbox / focus_cycle_popup.c
index dbc6504227019fbaf39f80b28d1145e2da75f3c7..8ce2c161058afe8890987af5af001c04d4450df0 100644 (file)
@@ -96,7 +96,7 @@ void focus_cycle_popup_startup(gboolean reconfig)
 {
     XSetWindowAttributes attrib;
 
-    single_popup = icon_popup_new(TRUE);
+    single_popup = icon_popup_new();
 
     popup.obwin.type = Window_Internal;
     popup.a_bg = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg);
This page took 0.025353 seconds and 4 git commands to generate.