aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-12-20 14:19:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-12-20 14:19:56 +0800
commite97bb59a94aa28b302863c42e35e96fdf086d7cf (patch)
tree847f5cf716bce1a7ca1219e1e0af22ad8b234dfd
parentd6c6c7333070ca76003c05e735f19c918d565570 (diff)
downloadgsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar
gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.gz
gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.bz2
gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.lz
gsoc2013-evolution-e97bb59a94aa28b302863c42e35e96fdf086d7cf.tar.xz
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
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/component/addressbook-factory.c3
2 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c780d6984d..7cb198e57f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -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
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;