Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorIvaDobreva <iva95dobreva@gmail.com>2013-01-13 17:55:44 (GMT)
committer IvaDobreva <iva95dobreva@gmail.com>2013-01-13 17:55:44 (GMT)
commit02877f563ed180f17496a6a83b5f4295a757f601 (patch)
tree3b5913dea44a317d323fad14406a4e103a9eb9cb /activity.py
parentfb8ac23ca87caa94d4318e45147e15b212514a1f (diff)
combobox text
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 39b0660..d50f303 100644
--- a/activity.py
+++ b/activity.py
@@ -74,7 +74,7 @@ class SpeakActivity(SharedActivity):
self.connect("notify::active", self._activeCb)
# make a box to type into
- self.entrycombo = Gtk.combo_box_entry_new_text()
+ self.entrycombo = Gtk.combo_box_entry_new()
self.entrycombo.connect("changed", self._combo_changed_cb)
self.entry = self.entrycombo.get_child()
self.entry.set_editable(True)