rpms/ccsm/F-13 widget_dialog.patch,1.1,1.2

Leigh Scott leigh123linux at fedoraproject.org
Fri May 7 16:05:26 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/ccsm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27686

Modified Files:
	widget_dialog.patch 
Log Message:
update patch from upstream


widget_dialog.patch:
 Widgets.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: widget_dialog.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ccsm/F-13/widget_dialog.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- widget_dialog.patch	6 May 2010 21:04:22 -0000	1.1
+++ widget_dialog.patch	7 May 2010 16:05:26 -0000	1.2
@@ -1,17 +1,20 @@
 --- ccsm-0.8.4.orig/ccm/Widgets.py	2009-10-14 02:05:30.000000000 +0100
-+++ ccsm-0.8.4/ccm/Widgets.py	2010-05-06 21:51:05.000000000 +0100
-@@ -1193,13 +1193,13 @@ class MatchButton(gtk.Button):
++++ ccsm-0.8.4/ccm/Widgets.py	2010-05-07 16:58:37.000000000 +0100
+@@ -1193,7 +1193,7 @@ class MatchButton(gtk.Button):
          dlg.show_all ()
  
          response = dlg.run ()
 -        dlg.destroy ()
++        dlg.hide ()
          if response == gtk.RESPONSE_OK:
              type     = type_chooser.get_active_text ()
              value    = entry.get_text ()
-             relation = relation_chooser.get_active_text ()
+@@ -1201,6 +1201,8 @@ class MatchButton(gtk.Button):
              invert   = check.get_active ()
              self.generate_match (type, value, relation, invert)
-+        dlg.destroy ()
  
++        dlg.destroy ()
++
  class FileButton (gtk.Button):
      __gsignals__    = {"changed" : (gobject.SIGNAL_RUN_FIRST,
+                                     gobject.TYPE_NONE,



More information about the scm-commits mailing list