diff options
author | Ted Gould <ted@gould.cx> | 2011-04-12 15:17:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-12 15:17:49 -0500 |
commit | a59579925a0ed5bf67d8dcccc9adde479097015d (patch) | |
tree | 3a8e0b0d79fec44ce22d78728a7c57ebef9126d9 /debian/patches | |
parent | f428921733f40e514040ed0af6fea70c2a0a4687 (diff) | |
download | ayatana-indicator-application-a59579925a0ed5bf67d8dcccc9adde479097015d.tar.gz ayatana-indicator-application-a59579925a0ed5bf67d8dcccc9adde479097015d.tar.bz2 ayatana-indicator-application-a59579925a0ed5bf67d8dcccc9adde479097015d.zip |
Drop debian/patches/lp_743564.patch as merged upstream.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/lp_743564.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/lp_743564.patch b/debian/patches/lp_743564.patch deleted file mode 100644 index 8a6030b..0000000 --- a/debian/patches/lp_743564.patch +++ /dev/null @@ -1,14 +0,0 @@ -=== 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; - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 206497e..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -lp_743564.patch |