diff options
author | Michael Biebl <biebl@debian.org> | 2011-09-28 13:39:59 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-09-28 13:39:59 +0000 |
commit | 2899e7606e8cd285cd1f05a74d128fdd02a2d716 (patch) | |
tree | 98e4ab6a6e361c46cdf226f6095b11409aac995e /debian | |
parent | New upstream release. (diff) | |
download | zenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.tar.gz zenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.tar.bz2 zenity-2899e7606e8cd285cd1f05a74d128fdd02a2d716.zip |
Unfuzz 01_dont_quit_zenity_when_stdin_ends.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/01_dont_quit_zenity_when_stdin_ends.patch | 13 |
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 - |