evolution r36771 - branches/gnome-2-24/plugins/groupwise-account-setup
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36771 - branches/gnome-2-24/plugins/groupwise-account-setup
- Date: Tue, 11 Nov 2008 10:52:27 +0000 (UTC)
Author: msuman
Date: Tue Nov 11 10:52:26 2008
New Revision: 36771
URL: http://svn.gnome.org/viewvc/evolution?rev=36771&view=rev
Log:
Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for proxy accounts in the correct format.
Modified:
branches/gnome-2-24/plugins/groupwise-account-setup/ChangeLog
branches/gnome-2-24/plugins/groupwise-account-setup/camel-gw-listener.c
Modified: branches/gnome-2-24/plugins/groupwise-account-setup/camel-gw-listener.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-account-setup/camel-gw-listener.c (original)
+++ branches/gnome-2-24/plugins/groupwise-account-setup/camel-gw-listener.c Tue Nov 11 10:52:26 2008
@@ -559,7 +559,7 @@
url = camel_url_new (info->source_url, NULL);
- color = g_strdup_printf ("%u", g_random_int_range (0x100000, 0xffffaa));
+ color = g_strdup_printf ("#%06X", g_random_int_range (0x100000, 0xffffaa));
/* The above range is chosen so that the colors are neither too light nor too dark
and appealing in all the themes */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]