-- 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:
Ettore Perazzoli
2001-12-20 06:15:53 +00:00
parent c279319bc5
commit d6c6c73330
4 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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