diff options
author | Ted Gould <ted@gould.cx> | 2013-08-13 14:09:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-13 14:09:40 -0500 |
commit | 8fa163fca4df8dfc2a85c5899ec745059269cfe4 (patch) | |
tree | 8e2024b63ff7dde9d661af30b2bc666c4c2d6645 /src | |
parent | 3da51a23b87fb396a9067443d198f5c9e5fa2bb7 (diff) | |
download | ayatana-indicator-messages-8fa163fca4df8dfc2a85c5899ec745059269cfe4.tar.gz ayatana-indicator-messages-8fa163fca4df8dfc2a85c5899ec745059269cfe4.tar.bz2 ayatana-indicator-messages-8fa163fca4df8dfc2a85c5899ec745059269cfe4.zip |
Small merge error
Diffstat (limited to 'src')
-rw-r--r-- | src/app-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c index 4f91835..b7b557a 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -318,7 +318,7 @@ nick_activate_cb (GSimpleAction *action, nick, g_desktop_app_info_get_filename (priv->appinfo)); } - g_object_unref (context); + return; } static void |