From 11bb6388f548c0037a49799831416132ce63c06f Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Fri, 31 Dec 2010 02:57:48 +0000 Subject: 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 --- test/gkbd-indicator-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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); -- cgit v1.2.1