diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-10 12:27:40 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-10 12:27:40 +0800 |
commit | 3abe3b2366168ee7c497f37f7fff744d97581a7c (patch) | |
tree | 1c961bb0c41ce7bb63290330db5672319b83a4c8 /widgets/shortcut-bar/test-shortcut-bar.c | |
parent | fb7cf01122357a09643966902f45dfc2052a3069 (diff) | |
download | gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.gz gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.bz2 gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.lz gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.xz gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.tar.zst gsoc2013-evolution-3abe3b2366168ee7c497f37f7fff744d97581a7c.zip |
*** empty log message ***
svn path=/trunk/; revision=1550
Diffstat (limited to 'widgets/shortcut-bar/test-shortcut-bar.c')
-rw-r--r-- | widgets/shortcut-bar/test-shortcut-bar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/shortcut-bar/test-shortcut-bar.c b/widgets/shortcut-bar/test-shortcut-bar.c index 186bf3ed8a..a86ec2a772 100644 --- a/widgets/shortcut-bar/test-shortcut-bar.c +++ b/widgets/shortcut-bar/test-shortcut-bar.c @@ -74,8 +74,8 @@ main (int argc, char *argv[]) gnome_init ("test-shortcut-bar", "0.1", argc, argv); - gtk_widget_push_visual (gdk_imlib_get_visual ()); - gtk_widget_push_colormap (gdk_imlib_get_colormap ()); + gtk_widget_push_visual (gdk_rgb_get_visual ()); + gtk_widget_push_colormap (gdk_rgb_get_cmap ()); window = gnome_app_new ("TestShortcutBar", "TestShortCutBar"); gtk_window_set_default_size (GTK_WINDOW (window), 600, 400); |