aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-08-27 13:24:37 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-08-27 13:24:37 +0200
commit5f974f7290cb505a341c579a3fdd8efc601477fe (patch)
treeb40e469d8d8bfaa6c95364e668f3a96c54cc41e9 /src/app-section.c
parentae735e195693b4179fca9e878c1518109a6fc6cd (diff)
parentacc4b2a7088a47ef3d7b8570f88833399dbfe783 (diff)
downloadayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.tar.gz
ayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.tar.bz2
ayatana-indicator-messages-5f974f7290cb505a341c579a3fdd8efc601477fe.zip
Backported fixes from trunk up to r295
Diffstat (limited to 'src/app-section.c')
-rw-r--r--src/app-section.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/app-section.c b/src/app-section.c
index 0487fbb..baae21f 100644
--- a/src/app-section.c
+++ b/src/app-section.c
@@ -678,16 +678,9 @@ action_removed (GActionGroup *group,
gpointer user_data)
{
AppSection *self = user_data;
- GVariant *state;
-
- state = g_action_group_get_action_state (group, action_name);
- if (!state)
- return;
self->priv->draws_attention = any_action_draws_attention (group, action_name);
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_DRAWS_ATTENTION]);
-
- g_variant_unref (state);
}
gboolean