Use changes-prevent and changes-allow icons from the icon-them instead of

the outdated lock-icons

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=408585
This commit is contained in:
Andreas Proschofsky 2010-04-16 17:16:45 +02:00 committed by Rodrigo Moya
parent a0317f49fe
commit c13aaa0f63
4 changed files with 2 additions and 4 deletions

View file

@ -770,7 +770,7 @@ passdlg_set_auth_state (PasswordDialog *pdialog, gboolean state)
gtk_widget_grab_focus (GTK_WIDGET (pdialog->new_password));
/* Set open lock image */
gtk_image_set_from_file (GTK_IMAGE (pdialog->dialog_image), GNOMECC_PIXMAP_DIR "/gnome-about-me-lock-open.png");
gtk_image_set_from_icon_name (GTK_IMAGE (pdialog->dialog_image), "changes-allow", GTK_ICON_SIZE_DIALOG);
} else {
/* Not authenticated state */
@ -778,7 +778,7 @@ passdlg_set_auth_state (PasswordDialog *pdialog, gboolean state)
gtk_widget_grab_focus (GTK_WIDGET (pdialog->current_password));
/* Set closed lock image */
gtk_image_set_from_file (GTK_IMAGE (pdialog->dialog_image), GNOMECC_PIXMAP_DIR "/gnome-about-me-lock.png");
gtk_image_set_from_icon_name (GTK_IMAGE (pdialog->dialog_image), "changes-prevent", GTK_ICON_SIZE_DIALOG);
}
}

View file

@ -1,7 +1,5 @@
pixmapsdir = $(pkgdatadir)/pixmaps
pixmaps_DATA = \
gnome-about-me-lock.png \
gnome-about-me-lock-open.png \
left-index-finger.svg \
left-little-finger.svg \
left-middle-finger.svg \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB