[caribou] Show Antler settings in Antler
- From: Eitan Isaacson <eitani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [caribou] Show Antler settings in Antler
- Date: Thu, 5 May 2011 19:43:41 +0000 (UTC)
commit 6a2b8e4ed30ba7cd680e5731021b2b3878ed2665
Author: Eitan Isaacson <eitan monotonous org>
Date: Tue May 3 16:34:02 2011 -0700
Show Antler settings in Antler
caribou/antler/keyboard_view.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/caribou/antler/keyboard_view.py b/caribou/antler/keyboard_view.py
index 6cea11b..ded45a9 100644
--- a/caribou/antler/keyboard_view.py
+++ b/caribou/antler/keyboard_view.py
@@ -1,5 +1,6 @@
from caribou.settings.preferences_window import PreferencesDialog
from caribou.settings import CaribouSettings
+from antler_settings import AntlerSettings
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import Caribou
@@ -31,7 +32,8 @@ class AntlerKey(Gtk.Button):
self._sublevel = AntlerSubLevel(self)
def _on_prefs_clicked(self, key):
- p = PreferencesDialog(CaribouSettings())
+ p = PreferencesDialog(AntlerSettings())
+ p.populate_settings(CaribouSettings())
p.show_all()
p.run()
p.destroy()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]