-- 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
This commit is contained in:
Ettore Perazzoli
2001-12-20 06:19:56 +00:00
parent d6c6c73330
commit e97bb59a94
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2001-12-20 Ettore Perazzoli <ettore@ximian.com>
[Fix #17377, Evolution doesn't work on multi-depth displays.]
* gui/component/addressbook-factory.c (main): Push GdkRGB visual
and colormap.
2001-12-19 Jon Trowbridge <trow@ximian.com>
* gui/widgets/e-addressbook-reflow-adapter.c

View File

@ -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;