From 31e449ebed6a136e643ec3bf4c0d9f1b3fc87897 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 3 Feb 2010 10:01:58 -0500 Subject: Implement account-wide search scope in mail. Also, let EShellSearchbar handle search state persistence. --- widgets/misc/e-action-combo-box.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/misc/e-action-combo-box.c') diff --git a/widgets/misc/e-action-combo-box.c b/widgets/misc/e-action-combo-box.c index 7010dc048b..2fa376d420 100644 --- a/widgets/misc/e-action-combo-box.c +++ b/widgets/misc/e-action-combo-box.c @@ -502,6 +502,7 @@ e_action_combo_box_set_action (EActionComboBox *combo_box, g_object_get ( g_object_ref (action), "action-group", &combo_box->priv->action_group, NULL); + combo_box->priv->action = action; action_combo_box_update_model (combo_box); @@ -526,6 +527,8 @@ e_action_combo_box_set_action (EActionComboBox *combo_box, action_combo_box_action_group_notify_cb), combo_box); } + + g_object_notify (G_OBJECT (combo_box), "action"); } gint -- cgit v1.2.3