contacts r466 - in trunk: . src
- From: rbradford svn gnome org
- To: svn-commits-list gnome org
- Subject: contacts r466 - in trunk: . src
- Date: Wed, 22 Oct 2008 16:19:58 +0000 (UTC)
Author: rbradford
Date: Wed Oct 22 16:19:58 2008
New Revision: 466
URL: http://svn.gnome.org/viewvc/contacts?rev=466&view=rev
Log:
2008-10-22 Rob Bradford <rob linux intel com>
* src/contacts-ui.c (contacts_display_summary):
Make the stock person icon appear in the summary.
Modified:
trunk/ChangeLog
trunk/src/contacts-ui.c
Modified: trunk/src/contacts-ui.c
==============================================================================
--- trunk/src/contacts-ui.c (original)
+++ trunk/src/contacts-ui.c Wed Oct 22 16:19:58 2008
@@ -100,9 +100,9 @@
gtk_image_set_from_pixbuf (GTK_IMAGE (widget), photo);
g_object_unref (photo);
} else {
- gtk_image_set_from_stock (GTK_IMAGE (widget),
- "stock-person",
- GTK_ICON_SIZE_DIALOG);
+ gtk_image_set_from_icon_name (GTK_IMAGE (widget),
+ "stock_person",
+ GTK_ICON_SIZE_DIALOG);
}
/* Create summary (displays fields marked as REQUIRED) */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]