[Pkg-xfce-commits] r1225 - in goodies/xfce4-screenshooter-plugin/debian: . patches

Yves-Alexis Perez corsac-guest at alioth.debian.org
Sat Apr 21 08:01:40 UTC 2007


Author: corsac-guest
Date: 2007-04-21 08:01:40 +0000 (Sat, 21 Apr 2007)
New Revision: 1225

Added:
   goodies/xfce4-screenshooter-plugin/debian/patches/
   goodies/xfce4-screenshooter-plugin/debian/patches/01_dont-save-on-cancel.patch
Modified:
   goodies/xfce4-screenshooter-plugin/debian/changelog
   goodies/xfce4-screenshooter-plugin/debian/control
Log:
don't save screenshot if user clicked cancel


Modified: goodies/xfce4-screenshooter-plugin/debian/changelog
===================================================================
--- goodies/xfce4-screenshooter-plugin/debian/changelog	2007-04-20 06:20:48 UTC (rev 1224)
+++ goodies/xfce4-screenshooter-plugin/debian/changelog	2007-04-21 08:01:40 UTC (rev 1225)
@@ -1,3 +1,11 @@
+xfce4-screenshooter-plugin (1.0.0-3) UNRELEASED; urgency=low
+
+  * debian/control: update build-deps to Xfce 4.4.1.
+  * debian/patches
+    - add patch to not save if user chose not to.				closes: #420242
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 21 Apr 2007 09:59:07 +0200
+
 xfce4-screenshooter-plugin (1.0.0-2) unstable; urgency=low
 
   * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2). 

Modified: goodies/xfce4-screenshooter-plugin/debian/control
===================================================================
--- goodies/xfce4-screenshooter-plugin/debian/control	2007-04-20 06:20:48 UTC (rev 1224)
+++ goodies/xfce4-screenshooter-plugin/debian/control	2007-04-21 08:01:40 UTC (rev 1225)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at corsac.net>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
-Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, libexo-0.3-dev (>= 0.3.1.8beta2), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, libexo-0.3-dev (>= 0.3.2), xfce4-panel-dev (>= 4.4.1), libxml-parser-perl
 Standards-Version: 3.7.2
 
 Package: xfce4-screenshooter-plugin

Added: goodies/xfce4-screenshooter-plugin/debian/patches/01_dont-save-on-cancel.patch
===================================================================
--- goodies/xfce4-screenshooter-plugin/debian/patches/01_dont-save-on-cancel.patch	2007-04-20 06:20:48 UTC (rev 1224)
+++ goodies/xfce4-screenshooter-plugin/debian/patches/01_dont-save-on-cancel.patch	2007-04-21 08:01:40 UTC (rev 1225)
@@ -0,0 +1,11 @@
+--- panel-plugin/screenshooter.c.old	2006-04-23 19:12:15.000000000 +0200
++++ panel-plugin/screenshooter.c	2007-04-21 09:03:14.000000000 +0200
+@@ -274,6 +274,8 @@
+         if (gtk_dialog_run (GTK_DIALOG (sd->chooser)) == GTK_RESPONSE_ACCEPT)
+         {    
+         filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(sd->chooser));
++        } else {
++          g_free(filename);
+         }
+         gtk_widget_hide (GTK_WIDGET (sd->chooser));
+     }




More information about the Pkg-xfce-commits mailing list