diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-29 14:10:54 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-29 14:10:54 -0400 |
commit | 0e3f2551a91fd2e3b0d422a8fce7c1ce97a251d7 (patch) | |
tree | f584f0fb6cc2eb5853e83c98ed0ae7f7514fbab7 /src/messages-service.c | |
parent | 754355032bfee6bb059d8b23cac8b4f77eb369ef (diff) | |
parent | 1fa02756377589c14a80c0f96426f5b902bede03 (diff) | |
download | ayatana-indicator-messages-0e3f2551a91fd2e3b0d422a8fce7c1ce97a251d7.tar.gz ayatana-indicator-messages-0e3f2551a91fd2e3b0d422a8fce7c1ce97a251d7.tar.bz2 ayatana-indicator-messages-0e3f2551a91fd2e3b0d422a8fce7c1ce97a251d7.zip |
releasing version 0.3.8-0ubuntu1
Diffstat (limited to 'src/messages-service.c')
-rw-r--r-- | src/messages-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 54b4055..0783d91 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -315,7 +315,7 @@ desktop_file_from_keyfile (const gchar * definition_file) } /* Add a definition file into the black list and eclipse - and launchers that have the same file. */ + any launchers that have the same file. */ static gboolean blacklist_add (gpointer udata) { @@ -359,7 +359,7 @@ blacklist_add_core (gchar * desktop, gchar * definition) } /* Actually blacklist this thing */ - g_hash_table_insert(blacklist, desktop, definition); + g_hash_table_insert(blacklist, g_strdup(desktop), g_strdup(definition)); g_debug("Adding Blacklist item '%s' for desktop '%s'", definition, desktop); /* Go through and eclipse folks */ |