~ubuntu-branches/ubuntu/precise/libgnomekbd/precise

« back to all changes in this revision

Viewing changes to test/gkbd-indicator-test.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-03-21 13:22:31 UTC
  • mfrom: (1.3.6 upstream) (3.2.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321132231-zoay06noilk1thky
Tags: 2.91.91-2
* debian/libgnomekbd-common.install:
  - Install /usr/share/GConf/gsettings and /usr/share/libgnomekbd/icons
  - Add libatk1.0-dev (>= 1.32.0-2~) build-dep to be sure we have .gir file

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        mainwin = gtk_window_new (GTK_WINDOW_TOPLEVEL);
54
54
 
55
55
        gki = gkbd_indicator_new ();
56
 
        gkbd_indicator_set_tooltips_format (_
57
 
                                            ("Keyboard Indicator Test (%s)"));
 
56
 
58
57
        gkbd_indicator_set_parent_tooltips (GKBD_INDICATOR (gki), TRUE);
59
58
 
60
59
        gtk_window_resize (GTK_WINDOW (mainwin), 250, 250);