From a1e53835ca8e1d0d18bc9f79cfe4baec2f9edf1d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 20 Dec 2013 11:30:44 +0000 Subject: Use named icons rather than (deprecated) stock items. --- tests/test-indicator-ng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-indicator-ng.c b/tests/test-indicator-ng.c index cf1f59a..296e00b 100644 --- a/tests/test-indicator-ng.c +++ b/tests/test-indicator-ng.c @@ -148,7 +148,7 @@ test_menu (void) g_assert_cmpstr (entry->name_hint, ==, "indicator-test"); g_assert_cmpstr (entry->accessible_desc, ==, "Test indicator"); g_assert_cmpstr (gtk_label_get_label (entry->label), ==, "Test"); - g_assert (gtk_image_get_storage_type (entry->image) == GTK_IMAGE_STOCK); + g_assert (gtk_image_get_storage_type (entry->image) == GTK_IMAGE_ICON_NAME); { GList *children; GtkMenuItem *item; -- cgit v1.2.3