aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/macros_dlg.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-08-30 08:47:26 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-08-30 08:47:26 +0000
commit835a43312ffde4aebf66de058c91eac9ab9ab27c (patch)
tree74cd6c464bd8fd9d87015dfa74cb682cef5d4243 /gtk/macros_dlg.h
parent4f6e546d4d79a3318a72fbca433adffbe58dafc3 (diff)
Always update the display filter when changing a display filter macro
and when changing profile. Not sure why I have to invalidate cfile.dfilter in macro_update(), because this will be done in macros_post_update(), but unless this we get a crash when renaming a macro... This is a fix for bug 5002. svn path=/trunk/; revision=34011
Diffstat (limited to 'gtk/macros_dlg.h')
-rw-r--r--gtk/macros_dlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/macros_dlg.h b/gtk/macros_dlg.h
index 52890aee32..24e420ea50 100644
--- a/gtk/macros_dlg.h
+++ b/gtk/macros_dlg.h
@@ -24,6 +24,7 @@
#ifndef __MACROS_DLG_H__
#define __MACROS_DLG_H__
+void macros_init (void);
void macros_dialog_cb(GtkWidget*, gpointer);
#endif /* __MACROS_DLG_H__ */