summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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