[75401] trunk/dports/x11/gtk-chtheme

raimue at macports.org raimue at macports.org
Mon Jan 24 08:12:32 PST 2011


Revision: 75401
          http://trac.macports.org/changeset/75401
Author:   raimue at macports.org
Date:     2011-01-24 08:12:31 -0800 (Mon, 24 Jan 2011)
Log Message:
-----------
x11/gtk-chtheme:
Set the can_focus flag correctly after r75399

Revision Links:
--------------
    http://trac.macports.org/changeset/75399

Modified Paths:
--------------
    trunk/dports/x11/gtk-chtheme/Portfile
    trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.20.diff

Modified: trunk/dports/x11/gtk-chtheme/Portfile
===================================================================
--- trunk/dports/x11/gtk-chtheme/Portfile	2011-01-24 15:56:14 UTC (rev 75400)
+++ trunk/dports/x11/gtk-chtheme/Portfile	2011-01-24 16:12:31 UTC (rev 75401)
@@ -2,7 +2,7 @@
 PortSystem        		1.0
 name              		gtk-chtheme
 version           		0.3.1
-revision          		1
+revision          		2
 categories        		x11
 platforms         		darwin
 maintainers       		gmail.com:alexandernx

Modified: trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.20.diff
===================================================================
--- trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.20.diff	2011-01-24 15:56:14 UTC (rev 75400)
+++ trunk/dports/x11/gtk-chtheme/files/patch-gtk-2.20.diff	2011-01-24 16:12:31 UTC (rev 75401)
@@ -5,7 +5,7 @@
  GtkWidget* unfocussable(GtkWidget *w)
  {
 -	GTK_WIDGET_UNSET_FLAGS(w, GTK_CAN_FOCUS);
-+	gtk_widget_set_can_focus(w, TRUE);
++	gtk_widget_set_can_focus(w, FALSE);
  	return w;
  }
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110124/92762768/attachment.html>


More information about the macports-changes mailing list