[caribou] keyboard-service: don't try to replace an existing keyboard



commit 16e69bf717f0f572f76bfa0ee03b62fac5b202fb
Author: Dan Winship <danw gnome org>
Date:   Thu Sep 22 15:52:02 2011 -0400

    keyboard-service: don't try to replace an existing keyboard
    
    In particular, antler should never try to replace the gnome-shell
    keyboard.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659867

 libcaribou/keyboard-service.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcaribou/keyboard-service.vala b/libcaribou/keyboard-service.vala
index 2e7351e..6eae5ca 100644
--- a/libcaribou/keyboard-service.vala
+++ b/libcaribou/keyboard-service.vala
@@ -31,7 +31,7 @@ namespace Caribou {
         private void on_impl_name_acquired (DBusConnection conn, string name) {
             Bus.own_name (
                 BusType.SESSION, "org.gnome.Caribou.Keyboard",
-                BusNameOwnerFlags.ALLOW_REPLACEMENT | BusNameOwnerFlags.REPLACE,
+                BusNameOwnerFlags.ALLOW_REPLACEMENT,
                 on_bus_acquired, on_generic_name_acquired, on_name_lost);
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]