[gnome-todo/wip/gbsneto/plugins] list-selector-panel: fix actionbar buttons
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/gbsneto/plugins] list-selector-panel: fix actionbar buttons
- Date: Mon, 4 Jan 2016 13:55:29 +0000 (UTC)
commit b3f2c21badd3c9c60c8d1e616f94afad21eea3dc
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jan 4 04:09:15 2016 -0200
list-selector-panel: fix actionbar buttons
src/views/gtd-list-selector-panel.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/views/gtd-list-selector-panel.c b/src/views/gtd-list-selector-panel.c
index e80f326..6a4752c 100644
--- a/src/views/gtd-list-selector-panel.c
+++ b/src/views/gtd-list-selector-panel.c
@@ -456,6 +456,8 @@ gtd_list_selector_panel_set_mode (GtdListSelectorPanel *panel,
gtk_widget_set_visible (panel->view_button, !is_selection);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (panel->selection_button), is_selection);
+ update_action_bar_buttons (panel);
+
g_object_notify (G_OBJECT (panel), "mode");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]