-- 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:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user