summaryrefslogtreecommitdiff
path: root/gio/tests/g-icon.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-05-29 08:49:16 -0400
committerRyan Lortie <desrt@desrt.ca>2013-05-29 09:03:32 -0400
commit8df1bb3486417bc67a5b38fb8fa81f333b18da22 (patch)
tree06defc252ad7b129892b2768ab9af3df32937d97 /gio/tests/g-icon.c
parentda478acd3c948536cd117e4347fcc554d93a7dc8 (diff)
downloadglib-8df1bb3486417bc67a5b38fb8fa81f333b18da22.tar.gz
glib-8df1bb3486417bc67a5b38fb8fa81f333b18da22.tar.bz2
glib-8df1bb3486417bc67a5b38fb8fa81f333b18da22.zip
Rename G_TEST_DISTED to G_TEST_DIST
Since this feature is so utterly automake-centric, we may as well be using the same terminology as automake itself (ie: although it's BUILT_SOURCES, it's DIST_EXTRA, not DISTED). Also add some comments to the enum explaining that these terms are really corresponding directly to the automake terms. https://bugzilla.gnome.org/show_bug.cgi?id=549783
Diffstat (limited to 'gio/tests/g-icon.c')
-rw-r--r--gio/tests/g-icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/g-icon.c b/gio/tests/g-icon.c
index 2e34d8228..ce8151804 100644
--- a/gio/tests/g-icon.c
+++ b/gio/tests/g-icon.c
@@ -466,7 +466,7 @@ test_file_icon (void)
GInputStream *stream;
gchar *str;
- file = g_file_new_for_path (g_test_get_filename (G_TEST_DISTED, "g-icon.c", NULL));
+ file = g_file_new_for_path (g_test_get_filename (G_TEST_DIST, "g-icon.c", NULL));
icon = g_file_icon_new (file);
g_object_unref (file);