rpms/beagle/devel beagle-0.2.13-key.patch, NONE, 1.1 beagle.spec, 1.88, 1.89

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 22 15:38:05 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/beagle/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8880

Modified Files:
	beagle.spec 
Added Files:
	beagle-0.2.13-key.patch 
Log Message:
* Wed Nov 22 2006 Alexander Larsson <alexl at redhat.com> - 0.2.13-1
- Update to 0.2.13
- Enable wv1 (word) support
- Update key patch



beagle-0.2.13-key.patch:
 search/Search.cs     |    5 -----
 tools/settings.glade |    2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

--- NEW FILE beagle-0.2.13-key.patch ---
--- beagle-0.2.13/tools/settings.glade.key	2006-11-22 15:27:30.000000000 +0100
+++ beagle-0.2.13/tools/settings.glade	2006-11-22 15:34:15.000000000 +0100
@@ -357,7 +357,7 @@
 
 			  <child>
 			    <widget class="GtkTable" id="table3">
-			      <property name="visible">True</property>
+			      <property name="visible">False</property>
 			      <property name="n_rows">1</property>
 			      <property name="n_columns">2</property>
 			      <property name="homogeneous">False</property>
--- beagle-0.2.13/search/Search.cs.key	2006-11-22 15:27:53.000000000 +0100
+++ beagle-0.2.13/search/Search.cs	2006-11-22 15:34:53.000000000 +0100
@@ -36,8 +36,6 @@
 		Search.TypeFilter filter = null;
 		bool showDetails = true;
 
-		XKeybinder keybinder = new XKeybinder ();
-
 		public static bool IconEnabled = false;
 
 		public static void Main (string [] args)
@@ -230,9 +228,6 @@
 				tray = new Search.Tray.TrayIcon ();
 				tray.Clicked += OnTrayActivated;
 				tray.Search += OnTraySearch;
-
-				// Attach the hide/show keybinding
-				keybinder.Bind (Conf.Searching.ShowSearchWindowBinding.ToString (), OnTrayActivated);
 			} else {
 				ShowAll ();
 			}


Index: beagle.spec
===================================================================
RCS file: /cvs/dist/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- beagle.spec	22 Nov 2006 14:55:25 -0000	1.88
+++ beagle.spec	22 Nov 2006 15:38:03 -0000	1.89
@@ -40,7 +40,7 @@
 Patch4: beagle-0.2.7-beagle-index-username.patch
 Patch5: beagle-0.2.7-runuser.patch
 Patch6: beagle-0.2.8-libdir.patch
-Patch7: beagle-0.2.7-key.patch
+Patch7: beagle-0.2.13-key.patch
 Patch8: beagle-0.2.10-xconnection-exit.patch
 
 # Mono only available on these:
@@ -333,6 +333,7 @@
 * Wed Nov 22 2006 Alexander Larsson <alexl at redhat.com> - 0.2.13-1
 - Update to 0.2.13
 - Enable wv1 (word) support
+- Update key patch
 
 * Sat Nov  4 2006 Matthias Clasen <mclasen at redhat.com> 0.2.12-1
 - Update to 0.2.12




More information about the fedora-cvs-commits mailing list