evolution r36737 - branches/gnome-2-24/plugins/groupwise-features



Author: psankar
Date: Tue Nov  4 10:20:40 2008
New Revision: 36737
URL: http://svn.gnome.org/viewvc/evolution?rev=36737&view=rev

Log:
Fix the issue of missing artwork in proxy login dialog


Modified:
   branches/gnome-2-24/plugins/groupwise-features/ChangeLog
   branches/gnome-2-24/plugins/groupwise-features/proxy-login.c

Modified: branches/gnome-2-24/plugins/groupwise-features/proxy-login.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/proxy-login.c	(original)
+++ branches/gnome-2-24/plugins/groupwise-features/proxy-login.c	Tue Nov  4 10:20:40 2008
@@ -441,7 +441,7 @@
 	char *proxy_email;
 	EGwConnection *cnc;
 	proxyLoginPrivate *priv = pld->priv;
-	gchar *file_name = e_icon_factory_get_icon_filename ("stock_person", 48);
+	gchar *file_name = e_icon_factory_get_icon_filename ("stock_person", E_ICON_SIZE_DIALOG);
 	broken_image = file_name ? gdk_pixbuf_new_from_file (file_name, NULL) : NULL;
 
 	cnc = proxy_login_get_cnc (pld->account, priv->main ? (GTK_WINDOW (gtk_widget_get_toplevel (priv->main))) : NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]