[Gpg4win-commits] r1154 - in trunk: . patches/claws-mail-3.7.1

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 9 07:41:31 CEST 2009


Author: colinleroy
Date: 2009-04-09 07:41:30 +0200 (Thu, 09 Apr 2009)
New Revision: 1154

Added:
   trunk/patches/claws-mail-3.7.1/04-3.7.1cvs41.patch
Modified:
   trunk/ChangeLog
Log:
2009-04-09  Colin Leroy  <colin at colino.net>

	* patches/claws-mail-3.7.1/04-3.7.1cvs41.patch: New file.
	Fixes some focusing issues



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-04-08 18:00:36 UTC (rev 1153)
+++ trunk/ChangeLog	2009-04-09 05:41:30 UTC (rev 1154)
@@ -1,3 +1,8 @@
+2009-04-09  Colin Leroy  <colin at colino.net>
+
+	* patches/claws-mail-3.7.1/04-3.7.1cvs41.patch: New file.
+	Fixes some focusing issues
+
 2009-04-08  Marcus Brinkmann  <marcus at g10code.de>
 
 	* Makefile.am (EXTRA_DIST): Remove glib-2.9.2 patches and add

Added: trunk/patches/claws-mail-3.7.1/04-3.7.1cvs41.patch
===================================================================
--- trunk/patches/claws-mail-3.7.1/04-3.7.1cvs41.patch	2009-04-08 18:00:36 UTC (rev 1153)
+++ trunk/patches/claws-mail-3.7.1/04-3.7.1cvs41.patch	2009-04-09 05:41:30 UTC (rev 1154)
@@ -0,0 +1,30 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+2009-04-08 [colin]      3.7.1cvs41
+
+        * src/gtk/manage_window.c
+                Disable transient windows on win32 - seems to
+                fix most focusing issues
+
+Index: src/gtk/manage_window.c
+===================================================================
+RCS file: /srv/cvs/claws-mail/claws/src/gtk/manage_window.c,v
+retrieving revision 1.1.4.8
+retrieving revision 1.1.4.9
+diff -u -p -u -r1.1.4.8 -r1.1.4.9
+--- src/gtk/manage_window.c	9 Jan 2009 17:47:17 -0000	1.1.4.8
++++ src/gtk/manage_window.c	8 Apr 2009 16:03:42 -0000	1.1.4.9
+@@ -67,9 +67,8 @@ void manage_window_destroy(GtkWidget *wi
+ 
+ void manage_window_set_transient(GtkWindow *window)
+ {
+-	/* debug_print("manage_window_set_transient(): window = %p, focus_window = %p\n",
+-		    window, focus_window); */
+-
++#ifndef G_OS_WIN32
+ 	if (window && focus_window)
+ 		gtk_window_set_transient_for(window, GTK_WINDOW(focus_window));
++#endif
+ }


Property changes on: trunk/patches/claws-mail-3.7.1/04-3.7.1cvs41.patch
___________________________________________________________________
Name: svn:executable
   + *



More information about the Gpg4win-commits mailing list