aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-31 07:53:51 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-31 07:53:51 +0000
commitfe341f145ac3cf775a24ec28358205883bbd04f9 (patch)
tree0d1ef87088fd0712e3abd8cc1c9fddd9da4bac6c /gtk/macros_dlg.c
parent761149722e9168ebe084cf0259564fb643a7f648 (diff)
Ensure we always update the display filter when changing profile.
svn path=/trunk/; revision=34030
Diffstat (limited to 'gtk/macros_dlg.c')
-rw-r--r--gtk/macros_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/macros_dlg.c b/gtk/macros_dlg.c
index 2a1b4d2205..d7d42c314d 100644
--- a/gtk/macros_dlg.c
+++ b/gtk/macros_dlg.c
@@ -36,7 +36,7 @@
#include "gtk/macros_dlg.h"
#include "gtk/gtkglobals.h"
-static void macros_post_update(void) {
+void macros_post_update(void) {
g_free (cfile.dfilter);
cfile.dfilter = NULL;
g_signal_emit_by_name(main_display_filter_widget, "changed");