aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-vfolder-rule.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-17 05:13:06 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-03-17 05:13:06 +0800
commit27cf0a5283247ababa414fcf41f7db2ee68f398f (patch)
treed66dff36b766ffe770580af2e96545c3f493c323 /mail/em-vfolder-rule.c
parent6502f0193735ac99ef9d95c65000168e0d354c5d (diff)
downloadgsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar.gz
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar.bz2
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar.lz
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar.xz
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.tar.zst
gsoc2013-evolution-27cf0a5283247ababa414fcf41f7db2ee68f398f.zip
** Fixes bug #360240
2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #360240 * addressbook/gui/widgets/e-addressbook-view.c (e_contact_print_button): * addressbook/printing/e-contact-print.c (complete_sequence), (e_contact_build_style), (e_contact_print_response), (e_contact_print_contact_list_dialog_new): * shell/e-shell-importer.c (importer_file_page_new): * plugins/startup-wizard/startup-wizard.c (startup_wizard_timezone_page): * mail/em-vfolder-rule.c (select_source_with_changed), (get_widget): * mail/em-format-quote.c (emfq_format_source): * mail/mail-ops.c (save_messages_save): * mail/em-format.c (emf_init): * mail/em-format-html-display (em_format_html_get_search_dialog), (em_format_html_display_seearch_with), (ehhd_resize), (efhd_attachment_optional), (efhd_format_optional): * mail/em-folder-view.c (emfv_init): * mail/message-list.c (ml_tree_value_at): * composer/e-msg-composer-hdrs (header_new_recipient): * composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action): * widgets/table/e-cell-text.c (ect_free_color): * widgets/misc/e-calendar-item.c (e_calendar_item_unrealize): * widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget): Remove unused variables. svn path=/trunk/; revision=33315
Diffstat (limited to 'mail/em-vfolder-rule.c')
-rw-r--r--mail/em-vfolder-rule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-vfolder-rule.c b/mail/em-vfolder-rule.c
index 848d6dc5c5..19510f389a 100644
--- a/mail/em-vfolder-rule.c
+++ b/mail/em-vfolder-rule.c
@@ -415,7 +415,6 @@ select_source_with_changed(GtkWidget *widget, struct _source_data *data)
{
em_vfolder_rule_with_t with;
GList *group = NULL;
- gboolean sensitive = FALSE;
gint i = 0;
if ( !gtk_toggle_button_get_active (widget) )
@@ -614,7 +613,6 @@ get_widget(FilterRule *fr, RuleContext *rc)
GtkWidget *widget, *frame, *list;
struct _source_data *data;
GtkRadioButton *rb;
- GList *group;
const char *source;
GtkTreeIter iter;
GladeXML *gui;