summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2010-12-31 02:57:48 +0000
committerSergey V. Udaltsov <svu@gnome.org>2010-12-31 02:57:48 +0000
commit11bb6388f548c0037a49799831416132ce63c06f (patch)
tree7edbf1bc3cdcd8c9b4176bbc55c18213d7660de4 /test
parente431fae90ed97debb86fc9e0c89622e524feb213 (diff)
downloadlibgnomekbd-11bb6388f548c0037a49799831416132ce63c06f.tar.gz
Introduced GkbdConfiguration
Trying to refactor the code by reusing some shared bits. Hopefully will be useful for 3.0 (introspection, js) Based on https://bugzilla.gnome.org/show_bug.cgi?id=610836
Diffstat (limited to 'test')
-rw-r--r--test/gkbd-indicator-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gkbd-indicator-test.c b/test/gkbd-indicator-test.c
index f902e80..7051d2b 100644
--- a/test/gkbd-indicator-test.c
+++ b/test/gkbd-indicator-test.c
@@ -53,8 +53,7 @@ main (int argc, char **argv)
mainwin = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gki = gkbd_indicator_new ();
- gkbd_indicator_set_tooltips_format (_
- ("Keyboard Indicator Test (%s)"));
+
gkbd_indicator_set_parent_tooltips (GKBD_INDICATOR (gki), TRUE);
gtk_window_resize (GTK_WINDOW (mainwin), 250, 250);