[claws-mail] 3.7.9-4 change workaround to fix focus issues (#711257)

Andreas Bierfert awjb at fedoraproject.org
Thu Jun 9 06:02:50 UTC 2011


commit 18e7b61d8f7a4c22e4caa1936ac1d24d4a3bc500
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Thu Jun 9 06:02:37 2011 +0200

    3.7.9-4
    change workaround to fix focus issues (#711257)

 claws-gnome-shell-dont-start-minimized.patch |   12 ++++++++++++
 claws-mail.spec                              |   10 +++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/claws-gnome-shell-dont-start-minimized.patch b/claws-gnome-shell-dont-start-minimized.patch
new file mode 100644
index 0000000..af54d8d
--- /dev/null
+++ b/claws-gnome-shell-dont-start-minimized.patch
@@ -0,0 +1,12 @@
+diff -Nur claws-orig/src/mainwindow.c claws/src/mainwindow.c
+--- claws-orig/src/mainwindow.c	2011-02-16 08:16:08.000000000 +0100
++++ claws/src/mainwindow.c	2011-04-05 22:46:16.602970504 +0200
+@@ -2251,7 +2251,7 @@
+ 	
+ #ifndef GENERIC_UMPC
+ #ifdef G_OS_UNIX
+-	gtk_window_iconify(GTK_WINDOW(mainwin->window));
++    /*	gtk_window_iconify(GTK_WINDOW(mainwin->window)); */
+ #endif
+ #endif
+ 
diff --git a/claws-mail.spec b/claws-mail.spec
index d5dd527..f8bc3f8 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -1,13 +1,13 @@
 Name:           claws-mail
 Version:        3.7.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The extended version of Sylpheed
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://claws-mail.org
 Source0:        http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# http://www.colino.net/claws-mail/index.php?len=4&ver=3.7.9cvs2#3.7.9cvs2
-Patch0:         %{name}-%{version}cvs2.patch
+# http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=960
+Patch0:         claws-gnome-shell-dont-start-minimized.patch
 # http://www.colino.net/claws-mail/getpatchset.php?ver=3.7.9cvs18
 Patch1:         claws-mail-3.7.9-startup-notification.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -252,6 +252,10 @@ rm -rf %{buildroot}
 %{_libdir}/claws-mail/plugins/smime.deps
 
 %changelog
+* Thu Jun 09 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.9-4
+- change workaround to fix focus issues (#711257)
+
 * Sat Jun  4 2011 Michael Schwendt <mschwendt at fedoraproject.org>
 - 3.7.9-3
 - merge fix for startup notification crash (#708192)


More information about the scm-commits mailing list