]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
*fix* calculate right struts for multiple monitors. fixes issue 148 and issue 178
[chaz/tint2] / src / config.c
index d93d2c3d4166115c237fe9fadb8ec2d0bf5771f2..bc54938eda8d6ee71f0abab6e19b3957898e2a38 100644 (file)
@@ -45,6 +45,7 @@
 #include "config.h"
 #include "window.h"
 #include "tooltip.h"
+#include "timer.h"
 
 #ifdef ENABLE_BATTERY
 #include "battery.h"
@@ -74,6 +75,7 @@ void init_config()
        list_back = g_slist_append(0, calloc(1, sizeof(Area)));
 
        // tint2 could reload config, so we cleanup objects
+       uninstall_all_timer();
        cleanup_systray();
 #ifdef ENABLE_BATTERY
        cleanup_battery();
This page took 0.022644 seconds and 4 git commands to generate.