Author: apo-guest
Date: 2013-06-21 18:40:58 +0000 (Fri, 21 Jun 2013)
New Revision: 14289

Added:
   
packages/trunk/gnomekiss/debian/patches/fix-close-button-of-about-dialog.patch
Modified:
   packages/trunk/gnomekiss/debian/patches/series
Log:
Bug #653297, fix-close-button-of-about-dialog.patch


Added: 
packages/trunk/gnomekiss/debian/patches/fix-close-button-of-about-dialog.patch
===================================================================
--- 
packages/trunk/gnomekiss/debian/patches/fix-close-button-of-about-dialog.patch  
                            (rev 0)
+++ 
packages/trunk/gnomekiss/debian/patches/fix-close-button-of-about-dialog.patch  
    2013-06-21 18:40:58 UTC (rev 14289)
@@ -0,0 +1,24 @@
+From: Markus Koschany <a...@gambaru.de>
+Date: Fri, 21 Jun 2013 20:32:11 +0200
+Subject: fix close button of about dialog
+
+---
+ src/callbacks.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/callbacks.c b/src/callbacks.c
+index b175c6f..299f6d4 100644
+--- a/src/callbacks.c
++++ b/src/callbacks.c
+@@ -171,7 +171,10 @@ void
+ on_about_activate                      (GtkMenuItem     *menuitem,
+                                         gpointer         user_data)
+ {
+-  gtk_widget_show (about);
++  GtkWidget *about_dialog;
++  about = create_about ();
++  gtk_dialog_run (GTK_DIALOG (about));
++  gtk_widget_destroy (about);
+ }
+ 
+ gboolean

Modified: packages/trunk/gnomekiss/debian/patches/series
===================================================================
--- packages/trunk/gnomekiss/debian/patches/series      2013-06-21 15:32:40 UTC 
(rev 14288)
+++ packages/trunk/gnomekiss/debian/patches/series      2013-06-21 18:40:58 UTC 
(rev 14289)
@@ -1 +1,2 @@
 010_filename.diff
+fix-close-button-of-about-dialog.patch


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to