[nautilus-actions] NactIPropertiesTab: slightly review the code layout
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] NactIPropertiesTab: slightly review the code layout
- Date: Wed, 15 Feb 2012 21:18:33 +0000 (UTC)
commit 024b98a6f7046ec8163fd9af7bc2cda17501c197
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Feb 15 22:16:11 2012 +0100
NactIPropertiesTab: slightly review the code layout
ChangeLog | 1 +
src/nact/nact-iproperties-tab.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 73400e5..582e604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* src/nact/nact-ibasenames-tab.c (on_main_selection_changed):
Enable the tab if a context is available.
+ * src/nact/nact-iproperties-tab.c (on_main_selection_changed):
* src/nact/nact-iexecution-tab.c (on_main_selection_changed):
* src/nact/nact-ienvironment-tab.c (on_main_selection_changed):
* src/nact/nact-icommand-tab.c (on_main_selection_changed):
diff --git a/src/nact/nact-iproperties-tab.c b/src/nact/nact-iproperties-tab.c
index b8ea77b..5743e56 100644
--- a/src/nact/nact-iproperties-tab.c
+++ b/src/nact/nact-iproperties-tab.c
@@ -274,10 +274,10 @@ on_main_selection_changed( NactIPropertiesTab *instance, GList *selected_items,
g_return_if_fail( !item || NA_IS_OBJECT_ITEM( item ));
- data = get_iproperties_data( instance );
enable_tab = ( count_selected == 1 );
nact_main_tab_enable_page( NACT_MAIN_WINDOW( instance ), TAB_PROPERTIES, enable_tab );
+ data = get_iproperties_data( instance );
data->on_selection_change = TRUE;
notebook = GTK_NOTEBOOK( base_window_get_widget( BASE_WINDOW( instance ), "MainNotebook" ));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]