[nautilus-actions] Remove useless setup of properties
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Remove useless setup of properties
- Date: Mon, 21 Dec 2009 20:47:01 +0000 (UTC)
commit 7d2236a3753a541e9211fa4e66387329f69ab7d0
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Dec 21 06:08:52 2009 +0100
Remove useless setup of properties
ChangeLog | 3 +++
nautilus-actions/nact/nact-main-window.c | 9 ---------
2 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 49f3e7f..33b7aed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-12-21 Pierre Wieser <pwieser trychlos org>
+ * nautilus-actions/nact/nact-main-window.c
+ (on_iactions_list_selection_changed): Remove useless properties setup.
+
* nautilus-actions/nact/nact-iaction-tab.c
(on_tab_updatable_provider_changed, display_provider_name):
New functions.
diff --git a/nautilus-actions/nact/nact-main-window.c b/nautilus-actions/nact/nact-main-window.c
index 903c17d..adc5b2a 100644
--- a/nautilus-actions/nact/nact-main-window.c
+++ b/nautilus-actions/nact/nact-main-window.c
@@ -1156,15 +1156,6 @@ on_iactions_list_selection_changed( NactIActionsList *instance, GSList *selected
set_current_object_item( window, selected_items );
}
- g_object_set(
- G_OBJECT( window ),
- TAB_UPDATABLE_PROP_EDITED_ACTION, window->private->edited_item,
- TAB_UPDATABLE_PROP_EDITED_PROFILE, window->private->edited_profile,
- TAB_UPDATABLE_PROP_SELECTED_ROW, window->private->selected_row,
- TAB_UPDATABLE_PROP_READONLY_ITEM, window->private->readonly_item,
- TAB_UPDATABLE_PROP_WRITABLE_PROVIDER, window->private->writable_provider,
- NULL );
-
setup_dialog_title( window );
g_signal_emit_by_name( window, TAB_UPDATABLE_SIGNAL_SELECTION_CHANGED, GINT_TO_POINTER( count ));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]