From 926cc83a341feadd27be90c183b0346691f82363 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 13 Feb 2002 01:09:56 +0000 Subject: Fixed a bug. 2002-02-12 Jeffrey Stedfast * message-tag-followup.c (set_widget_values): Fixed a bug. * mail-callbacks.c (flag_for_followup): If only 1 message is selected and it happens to already be marked for follow-up, set the value of the flag on the editor so the settings are restored. * folder-browser-ui.c: Set the pixmaps on MarkAsRead, MarkAsUnread and MarkAsImportant bonobo verbs. Also connect to flag-for-followup verb. (folder_browser_ui_set_selection_state): Added MessageFollowUpFlag verb to the array of verb strings. * folder-browser.c: Set key accelerators on the follow-up right-click menu items to match Outlook. svn path=/trunk/; revision=15702 --- mail/message-tag-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/message-tag-editor.c') diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c index 01934eaec9..13967bab0e 100644 --- a/mail/message-tag-editor.c +++ b/mail/message-tag-editor.c @@ -146,6 +146,7 @@ void message_tag_editor_set_value (MessageTagEditor *editor, const char *value) { g_return_if_fail (IS_MESSAGE_TAG_EDITOR (editor)); + g_return_if_fail (value != NULL); ((MessageTagEditorClass *)((GtkObject *) editor)->klass)->set_value (editor, value); } -- cgit v1.2.3