diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2010-08-30 08:47:26 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2010-08-30 08:47:26 +0000 |
commit | 835a43312ffde4aebf66de058c91eac9ab9ab27c (patch) | |
tree | 74cd6c464bd8fd9d87015dfa74cb682cef5d4243 /gtk/macros_dlg.h | |
parent | 4f6e546d4d79a3318a72fbca433adffbe58dafc3 (diff) | |
download | wireshark-835a43312ffde4aebf66de058c91eac9ab9ab27c.tar.gz wireshark-835a43312ffde4aebf66de058c91eac9ab9ab27c.tar.bz2 wireshark-835a43312ffde4aebf66de058c91eac9ab9ab27c.zip |
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.h | 1 |
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__ */ |