]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
disable the "Go there" menu entry when its the current desktop
[chaz/openbox] / openbox / startupnotify.c
index 3a33950656f2eee9c4e2119b6da5e9bf6862b2be..6954ef36714c4f2bc3f6468432b12b76db35ee89 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    startupnotify.c for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -59,7 +59,7 @@ void sn_startup(gboolean reconfig)
     sn_context = sn_monitor_context_new(sn_display, ob_screen,
                                         sn_event_func, NULL, NULL);
 
-    ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL);
+    ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL, NULL);
 }
 
 void sn_shutdown(gboolean reconfig)
This page took 0.020089 seconds and 4 git commands to generate.