-- Merge fix for #17377 from the evolution-1-0-branch.
* main.c (main): Push GdkRGB visual and colormap. svn path=/trunk/; revision=15195
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-12-20 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
[Fixes #17377, Evolution doesn't work on multi-depth displays.]
|
||||
|
||||
* main.c (main): Push GdkRGB visual and colormap.
|
||||
|
||||
2001-12-19 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-callbacks.c (composer_get_message): Add the auto-cc/bcc
|
||||
|
@ -126,6 +126,9 @@ main (int argc, char *argv [])
|
||||
"Bonobo against GOAD instead of OAF.");
|
||||
}
|
||||
|
||||
gtk_widget_push_visual (gdk_rgb_get_visual ());
|
||||
gtk_widget_push_colormap (gdk_rgb_get_cmap ());
|
||||
|
||||
#ifdef GTKHTML_HAVE_GCONF
|
||||
gconf_init (argc, argv, NULL);
|
||||
#endif
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-12-20 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
[Fixes #17377, Evolution doesn't work on multi-depth displays.]
|
||||
|
||||
* main.c (main): Push GdkRGB visual and colormap.
|
||||
|
||||
2001-12-19 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* e-summary-tasks.c (e_summary_tasks_init): use
|
||||
|
@ -74,6 +74,9 @@ main (int argc,
|
||||
glade_gnome_init ();
|
||||
gnome_vfs_init ();
|
||||
|
||||
gtk_widget_push_visual (gdk_rgb_get_visual ());
|
||||
gtk_widget_push_colormap (gdk_rgb_get_cmap ());
|
||||
|
||||
/* Start our component */
|
||||
component_factory_init ();
|
||||
|
||||
|
Reference in New Issue
Block a user