r29776 - /desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 28 13:39:59 UTC 2011


Author: biebl
Date: Wed Sep 28 13:39:59 2011
New Revision: 29776

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29776
Log:
Unfuzz 01_dont_quit_zenity_when_stdin_ends.patch

Modified:
    desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch

Modified: desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch?rev=29776&op=diff
==============================================================================
--- desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch [utf-8] (original)
+++ desktop/unstable/zenity/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch [utf-8] Wed Sep 28 13:39:59 2011
@@ -12,11 +12,11 @@
  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 @@
      return FALSE;
    }
  
--- 
-1.7.0
-




More information about the pkg-gnome-commits mailing list