]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/history.c
changes to the timer api, pass the timer to the callback function.
[chaz/openbox] / plugins / placement / history.c
index c24f91e80543198bcb9f259584f57981986376ac..7203fe119378236bb4fd00cfc17291a845dfe438 100644 (file)
@@ -250,7 +250,7 @@ void history_startup()
     history_path = g_strdup_printf("%s.%d", path, ob_screen);
     g_free(path);
 
-    /*load_history(); /* load from the historydb file */
+    /*load_history(); /\* load from the historydb file */
 
     dispatch_register(Event_Client_Destroy, (EventHandler)event, NULL);
 }
@@ -259,7 +259,7 @@ void history_shutdown()
 {
     GSList *it;
 
-    /*save_history(); /* save to the historydb file */
+    /*save_history(); /\* save to the historydb file */
     for (it = history_list; it != NULL; it = it->next) {
         struct HistoryItem *hi = it->data;
         g_free(hi->name);
This page took 0.025724 seconds and 4 git commands to generate.