diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-20 14:12:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-20 14:12:17 +0800 |
commit | c279319bc5f1936ff8c68344fa0a97f9dc5b334a (patch) | |
tree | a3d37618f56fb7d9563f1420c7fe43184b7be2d7 /calendar/gui | |
parent | 3706948385a01f5fb751732cc302be7bfc8947da (diff) | |
download | gsoc2013-evolution-c279319bc5f1936ff8c68344fa0a97f9dc5b334a.tar.gz gsoc2013-evolution-c279319bc5f1936ff8c68344fa0a97f9dc5b334a.tar.zst gsoc2013-evolution-c279319bc5f1936ff8c68344fa0a97f9dc5b334a.zip |
-- Merge fix for #17377 from the evolution-1-0-branch.
* gui/main.c (main): Push GdkRGB visual and colormap.
svn path=/trunk/; revision=15194
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 768d6fddcc..b74b1040cd 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -153,6 +153,9 @@ main (int argc, char **argv) launch_alarm_daemon (); + gtk_widget_push_visual (gdk_rgb_get_visual ()); + gtk_widget_push_colormap (gdk_rgb_get_cmap ()); + bonobo_main (); alarm_done (); |