]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showdesktop.c
Make nplurals=2 in Turkish translation since there are plurals translations
[chaz/openbox] / openbox / actions / showdesktop.c
index 2699b1bca77675363a53653c5a6375689759550d..6dc77d5e7e65aef08a6e6ff8401b29d7e4eeb8c4 100644 (file)
@@ -3,13 +3,9 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_showdesktop_startup()
+void action_showdesktop_startup(void)
 {
-    actions_register("ShowDesktop",
-                     NULL,
-                     NULL,
-                     run_func,
-                     NULL, NULL);
+    actions_register("ToggleShowDesktop", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.02364 seconds and 4 git commands to generate.