From ab57d4162744d35bb08280d5922ce4044dec2042 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 23 Feb 2011 20:48:03 -0600 Subject: Adding a missing brace --- src/indicator-application.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/indicator-application.c b/src/indicator-application.c index 086692e..84864b8 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -737,6 +737,7 @@ application_accessible_desc_changed (IndicatorApplication * application, gint po /* Unlike the label change, we don't need to remove and re-add the indicator to update the accessible description. */ g_signal_emit(G_OBJECT(application), INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE_ID, 0, &(app->entry), TRUE); + } return; -- cgit v1.2.3