X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2Fhistory.c;h=7203fe119378236bb4fd00cfc17291a845dfe438;hb=21b07748aff9a1719f3970659630aa867b23bb40;hp=a7460b3d106c2fd60b805be8b513e48e10413b52;hpb=5be0a82a353b67160142134de1cc51fa31d72759;p=chaz%2Fopenbox diff --git a/plugins/placement/history.c b/plugins/placement/history.c index a7460b3d..7203fe11 100644 --- a/plugins/placement/history.c +++ b/plugins/placement/history.c @@ -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);