aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-09-08 10:38:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-09-08 10:38:58 +0000
commit8c73abd0280a0f8f558e9ce2a8cdc4fdb520cce5 (patch)
tree711d99fd0d0327803f6d155e85193c7ec8113a45 /gtk
parent1a046d693b9dc8c805c2ece35277c989e00c97ac (diff)
Avoid crash when pressing the help button in the "Save Filter" dialog.
Documentation TBD. svn path=/trunk/; revision=38938
Diffstat (limited to 'gtk')
-rw-r--r--gtk/help_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 1ae8c0c506..b9eb30cf26 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -349,6 +349,9 @@ topic_action(topic_action_e action)
case(HELP_TIME_SHIFT_DIALOG):
help_topic_html("ChWorkShiftTimePacketSection.html");
break;
+ case(HELP_FILTER_SAVE_DIALOG):
+ help_topic_html("ChWorkFilterSaveSection.html");
+ break;
default:
g_assert_not_reached();