summaryrefslogtreecommitdiff
path: root/tests/testicontheme.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testicontheme.c')
-rw-r--r--tests/testicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testicontheme.c b/tests/testicontheme.c
index 5acd943d15..03495125bb 100644
--- a/tests/testicontheme.c
+++ b/tests/testicontheme.c
@@ -47,7 +47,6 @@ int
main (int argc, char *argv[])
{
GtkIconTheme *icon_theme;
- GtkIconPaintable *icon;
char *themename;
int size = 48;
int scale = 1;
@@ -127,6 +126,7 @@ main (int argc, char *argv[])
else if (strcmp (argv[1], "lookup") == 0)
{
GFile *file;
+ GtkIconPaintable *icon;
if (argc < 4)
{