summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-09-28 13:39:59 +0000
committerMichael Biebl <biebl@debian.org>2011-09-28 13:39:59 +0000
commit2899e7606e8cd285cd1f05a74d128fdd02a2d716 (patch)
tree98e4ab6a6e361c46cdf226f6095b11409aac995e /debian/patches
parentNew upstream release. (diff)
downloadzenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.tar.gz
zenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.tar.bz2
zenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.zip
Unfuzz 01_dont_quit_zenity_when_stdin_ends.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/01_dont_quit_zenity_when_stdin_ends.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch b/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
index 3310189a..fd8c4225 100644
--- a/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
+++ b/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
@@ -12,11 +12,11 @@ https://bugzilla.gnome.org/show_bug.cgi?id=525596
src/notification.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-diff --git a/src/notification.c b/src/notification.c
-index 674eaec..ab44477 100644
---- a/src/notification.c
-+++ b/src/notification.c
-@@ -229,8 +229,6 @@ zenity_notification_handle_stdin (GIOChannel *channel,
+Index: zenity-3.2.0/src/notification.c
+===================================================================
+--- zenity-3.2.0.orig/src/notification.c 2011-09-27 00:42:16.000000000 +0200
++++ zenity-3.2.0/src/notification.c 2011-09-28 15:39:04.809489648 +0200
+@@ -167,8 +167,6 @@
if ((condition & G_IO_HUP) != 0) {
g_io_channel_shutdown (channel, TRUE, NULL);
@@ -25,6 +25,3 @@ index 674eaec..ab44477 100644
return FALSE;
}
---
-1.7.0
-
bgstack15