diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-20 14:19:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-20 14:19:56 +0800 |
commit | e97bb59a94aa28b302863c42e35e96fdf086d7cf (patch) | |
tree | 847f5cf716bce1a7ca1219e1e0af22ad8b234dfd /addressbook/gui/component | |
parent | d6c6c7333070ca76003c05e735f19c918d565570 (diff) | |
download | gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.gz gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.zst gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.zip |
-- Merge fix for #17377 from the evolution-1-0-branch.
* gui/component/addressbook-factory.c (main): Push GdkRGB visual
and colormap.
svn path=/trunk/; revision=15196
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index d7a52c9a6d..a5467d1309 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -95,6 +95,9 @@ main (int argc, char **argv) /*g_thread_init (NULL);*/ camel_type_init (); + gtk_widget_push_visual (gdk_rgb_get_visual ()); + gtk_widget_push_colormap (gdk_rgb_get_cmap ()); + bonobo_main (); return 0; |