evolution-data-server r8682 - trunk/libedataserverui



Author: mbarnes
Date: Sat Apr 26 22:42:35 2008
New Revision: 8682
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8682&view=rev

Log:
2008-04-26  Matthew Barnes  <mbarnes redhat com>

	* libedataserverui/e-passwords.c (ep_ask_password):
	Use "dialog-password" icon instead of "dialog-question" in the
	password dialog (HIG compliance).



Modified:
   trunk/libedataserverui/ChangeLog
   trunk/libedataserverui/e-passwords.c

Modified: trunk/libedataserverui/e-passwords.c
==============================================================================
--- trunk/libedataserverui/e-passwords.c	(original)
+++ trunk/libedataserverui/e-passwords.c	Sat Apr 26 22:42:35 2008
@@ -927,10 +927,9 @@
 		GTK_BOX (password_dialog->vbox),
 		container, FALSE, TRUE, 0);
 
-	/* Question Image */
-	widget = gtk_image_new_from_stock (
-		GTK_STOCK_DIALOG_QUESTION,
-		GTK_ICON_SIZE_DIALOG);
+	/* Password Image */
+	widget = gtk_image_new_from_icon_name (
+		"dialog-password", GTK_ICON_SIZE_DIALOG);
 	gtk_misc_set_alignment (GTK_MISC (widget), 0.0, 0.0);
 	gtk_widget_show (widget);
 



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