[Bug 48504] Add an example/test dialler
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 10 18:22:50 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=48504
--- Comment #4 from Jonny Lamb <jonny.lamb at collabora.co.uk> 2012-04-10 09:22:50 PDT ---
Comment on attachment 59728
--> https://bugs.freedesktop.org/attachment.cgi?id=59728
[1/3] Add a simple Gtk3 dialler
Review of attachment 59728:
--> (https://bugs.freedesktop.org/page.cgi?id=splinter.html&bug=48504&attachment=59728)
-----------------------------------------------------------------
::: examples/client/python/dialler.py
@@ +48,5 @@
> + self.potential_handlers = set()
> + self.handlers = Gtk.ListStore(str, str)
> +
> + self.window = Gtk.Window()
> + self.window.connect('delete-event', Gtk.main_quit)
no GtkApplication? :-(
@@ +71,5 @@
> + self.target_entry.set_text('smcv at example.com')
> + self.grid.attach(self.target_entry, 1, row, 1, 1)
> + row += 1
> +
> + self.grid.attach(Gtk.Label('preferred Handler:'), 0, row, 1, 1)
"Handler" — the only capital letter in the UI... please remove this or add
capitals everywhere else. In fact, yeah, everywhere else would look hilarious.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list