From 724b51b4ffaf280517052d7a2cbf51c31889aa20 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 11 Apr 2003 19:11:50 +0000 Subject: Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. 2003-04-11 Jeffrey Stedfast Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. * filter-filter.c (get_widget): Same as with filter-rule. * filter-rule.c (get_widget): Changed border widths of frame vboxes and other padding to comply with the HIG. * rule-editor.c (rule_add): Change window border and padding around the 'rules' widget to comply with the HIG. (rule_edit): Same. (rule_editor_construct): Same here as well. * filter.glade: Many HIG compliance fixes. svn path=/trunk/; revision=20823 --- filter/filter-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter-editor.c') diff --git a/filter/filter-editor.c b/filter/filter-editor.c index 57c848d361..f6dc5700ec 100644 --- a/filter/filter-editor.c +++ b/filter/filter-editor.c @@ -110,7 +110,7 @@ filter_editor_new (FilterContext *fc, const char **source_names) gui = glade_xml_new (FILTER_GLADEDIR "/filter.glade", "rule_editor", NULL); filter_editor_construct (fe, fc, gui, source_names); - w = glade_xml_get_widget (gui, "rule_frame"); + w = glade_xml_get_widget (gui, "rule_frame"); gtk_frame_set_label (GTK_FRAME (w), _("Filter Rules")); g_object_unref (gui); -- cgit v1.2.3