aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 2dc03c66..d94ff973 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -98,6 +98,7 @@
#include "manual.h"
#include "update_check.h"
#include "setup.h"
+#include "plugin.h"
#include "version.h"
#define AC_LABEL_WIDTH 240
@@ -3030,6 +3031,8 @@ static void toolbar_customize(GtkWidget *widget, gpointer data)
prefs_toolbar_get_name_list_from_item_list(item_list);
g_list_free(item_list);
prefs_common_write_config();
+
+ syl_plugin_signal_emit("main-window-toolbar-changed");
}
}