[Debian-hebrew-package] r659 - in /pkg/hdate-applet/trunk: debian/changelog debian/control src/interface.c

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Fri Dec 28 13:59:09 UTC 2007


Author: kaplan
Date: Fri Dec 28 13:59:09 2007
New Revision: 659

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=659
Log:
* Bump Standards-Version to 3.7.3 (no changes needed)
* Fix close button in "about hdate-applet" window with patch by Jonas
  Schneider (Closes: #429288)

Modified:
    pkg/hdate-applet/trunk/debian/changelog
    pkg/hdate-applet/trunk/debian/control
    pkg/hdate-applet/trunk/src/interface.c

Modified: pkg/hdate-applet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/debian/changelog?rev=659&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/debian/changelog (original)
+++ pkg/hdate-applet/trunk/debian/changelog Fri Dec 28 13:59:09 2007
@@ -1,8 +1,10 @@
-hdate-applet (0.15.6-8) UNRELEASED; urgency=low
+hdate-applet (0.15.6-8) unstable; urgency=low
 
-  * Fix homepage typo in description (Closes: #441334)
+  * Bump Standards-Version to 3.7.3 (no changes needed)
+  * Fix close button in "about hdate-applet" window with patch by Jonas
+    Schneider (Closes: #429288)
 
- -- Lior Kaplan <kaplan at debian.org>  Sat, 15 Sep 2007 11:22:04 +0300
+ -- Lior Kaplan <kaplan at debian.org>  Fri, 28 Dec 2007 15:20:56 +0200
 
 hdate-applet (0.15.6-7) unstable; urgency=low
 

Modified: pkg/hdate-applet/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/debian/control?rev=659&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/debian/control (original)
+++ pkg/hdate-applet/trunk/debian/control Fri Dec 28 13:59:09 2007
@@ -4,9 +4,10 @@
 Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>
 Build-Depends: debhelper (>= 5.0.0), cdbs, libhdate-dev, libpanel-applet2-dev, libecal1.2-dev
-Standards-Version: 3.7.2
-Xs-Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/
-Xs-Vcs-Svn: svn://svn.debian.org/debian-hebrew/pkg/hdate-applet/trunk/
+Standards-Version: 3.7.3
+Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-hebrew/pkg/hdate-applet/trunk/
+Homepage: http://hdateapplet.sourceforge.net/
 
 Package: hdate-applet
 Architecture: any
@@ -14,5 +15,3 @@
 Description: Hebrew calendar applet
  A Gnome desktop applet providing an Hebrew calendar that gives the user easy
  access to the Jewish calendar.
- .
- Homepage: http://hdateapplet.sourceforge.net/

Modified: pkg/hdate-applet/trunk/src/interface.c
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/src/interface.c?rev=659&op=diff
==============================================================================
--- pkg/hdate-applet/trunk/src/interface.c (original)
+++ pkg/hdate-applet/trunk/src/interface.c Fri Dec 28 13:59:09 2007
@@ -358,6 +358,7 @@
 		      "logo-icon-name", "clock",
 		      NULL);
 
+	g_signal_connect (about_hdate, "response", G_CALLBACK (gtk_widget_hide_on_delete), NULL);
 	return about_hdate;
 }
 




More information about the Debian-hebrew-package mailing list