[gnome-do] Add About window fix

Theodore Lee antiaircraft at fedoraproject.org
Thu Jul 21 13:29:56 UTC 2011


commit abdceea751ada52a18afa12197d8f1424d17b2d3
Author: Theodore Lee <theo148 at gmail.com>
Date:   Thu Jul 21 21:27:26 2011 +0800

    Add About window fix

 gnome-do-0.8.5-about.patch |   12 ++++++++++++
 gnome-do.spec              |    8 +++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/gnome-do-0.8.5-about.patch b/gnome-do-0.8.5-about.patch
new file mode 100644
index 0000000..d075b31
--- /dev/null
+++ b/gnome-do-0.8.5-about.patch
@@ -0,0 +1,12 @@
+=== modified file 'Do.Interface.Linux/src/Do.Interface/ClassicInterface/ClassicWindow.cs'
+--- Do.Interface.Linux/src/Do.Interface/ClassicInterface/ClassicWindow.cs	2009-06-24 03:58:55 +0000
++++ Do.Interface.Linux/src/Do.Interface/ClassicInterface/ClassicWindow.cs	2011-07-21 10:27:15 +0000
+@@ -322,6 +322,7 @@
+ 
+ 		public void Vanish ()
+ 		{
++			Interface.Windowing.UnpresentWindow (this);
+ 			Hide ();
+ 		}
+ 
+
diff --git a/gnome-do.spec b/gnome-do.spec
index 7e1b251..e9cba80 100644
--- a/gnome-do.spec
+++ b/gnome-do.spec
@@ -3,7 +3,7 @@
 
 Name:			gnome-do
 Version:		%{mainver}
-Release:		3%{?dist}
+Release:		4%{?dist}
 Summary:		Quick launch and search
 
 License:		GPLv3+
@@ -13,6 +13,8 @@ URL:			http://do.davebsd.com/
 Source0:		http://launchpad.net/do/trunk/%{mainver}/+download/gnome-do-%{version}.tar.gz
 # https://bugs.launchpad.net/do/+bug/811366
 Patch0:			gnome-do-0.8.5-xargs.patch
+# https://bugs.launchpad.net/do/+bug/512940
+Patch1:			gnome-do-0.8.5-about.patch
 
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -64,6 +66,7 @@ Development files for GNOME Do
 %setup -q
 
 %patch0 -p0 -z .xargs
+%patch1 -p0 -z .about
 
 %build
 %configure
@@ -140,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Jul 21 2011 Theodore Lee <theo148 at gmail.com> - 0.8.5-4
+- Add patch for About window bug
+
 * Sat Jul 16 2011 Theodore Lee <theo148 at gmail.com> - 0.8.5-3
 - Add patch for minor ExecuteWithArguments bugs
 


More information about the scm-commits mailing list