From 938505da180727fbc56b68b80851adc3cf676523 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 4 Sep 2011 14:30:36 -0400 Subject: Let GtkFileChooser track its own last-used-folder. GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it. --- composer/e-msg-composer.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'composer/e-msg-composer.c') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 7790cbb2ea..82541d6aa7 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -2114,12 +2114,6 @@ msg_composer_constructed (GObject *object) array = composer->priv->gconf_bridge_binding_ids; - binding_id = gconf_bridge_bind_property ( - gconf_bridge_get (), - COMPOSER_GCONF_CURRENT_FOLDER_KEY, - G_OBJECT (composer), "current-folder"); - g_array_append_val (array, binding_id); - binding_id = gconf_bridge_bind_window ( gconf_bridge_get (), COMPOSER_GCONF_WINDOW_PREFIX, -- cgit v1.2.3