aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp_743564.patch
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-04-08 17:01:42 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-04-08 17:01:42 -0400
commite25a3f60f7f29c14bc0c32ef5e732c79075d70f1 (patch)
tree746c8dc9e021dae4811416a7d02fe3a8d4834241 /debian/patches/lp_743564.patch
parentc3617003cf6a4593c1105de90e7900312f19cdf6 (diff)
downloadayatana-indicator-application-e25a3f60f7f29c14bc0c32ef5e732c79075d70f1.tar.gz
ayatana-indicator-application-e25a3f60f7f29c14bc0c32ef5e732c79075d70f1.tar.bz2
ayatana-indicator-application-e25a3f60f7f29c14bc0c32ef5e732c79075d70f1.zip
releasing version 0.3.1-0ubuntu2
Diffstat (limited to 'debian/patches/lp_743564.patch')
-rw-r--r--debian/patches/lp_743564.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/lp_743564.patch b/debian/patches/lp_743564.patch
new file mode 100644
index 0000000..8a6030b
--- /dev/null
+++ b/debian/patches/lp_743564.patch
@@ -0,0 +1,14 @@
+=== modified file 'src/application-service-appstore.c'
+--- old/src/application-service-appstore.c 2011-04-07 18:33:33 +0000
++++ new/src/application-service-appstore.c 2011-04-08 20:54:15 +0000
+@@ -498,7 +498,8 @@
+ if (menu == NULL || id == NULL || category == NULL || status == NULL ||
+ icon_name == NULL) {
+ g_warning("Notification Item on object %s of %s doesn't have enough properties.", app->dbus_object, app->dbus_name);
+- g_free(app); // Need to do more than this, but it gives the idea of the flow we're going for.
++ if (!app->validated)
++ application_free(app);
+ }
+ else {
+ app->validated = TRUE;
+