Skip to content
Snippets Groups Projects
Commit 352d173e authored by Jasper Huijsmans's avatar Jasper Huijsmans
Browse files

autogen for Maarten + basedir tweaks

(Old svn revision: 11950)
parent 8cba8cb8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
#include "monitor-icon.h"
#include "margins.h"
static void save_margins_channel (void);
static McsManager *mcs_manager;
static int margins[4];
......@@ -78,6 +80,8 @@ create_margins_channel (McsPlugin * mcs_plugin)
set_margin (i, n);
}
save_margins_channel ();
}
/* write channel to file */
......
......@@ -2174,6 +2174,8 @@ xfwm4_create_channel (McsPlugin * mcs_plugin)
dbl_click_action = g_strdup (DEFAULT_ACTION);
mcs_manager_set_string (mcs_plugin->manager, "Xfwm/DblClickAction", CHANNEL, dbl_click_action);
}
write_options (mcs_plugin);
}
static gboolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment