diff options
author | Tomas Frydrych <tf@linux.intel.com> | 2009-08-04 09:17:20 +0100 |
---|---|---|
committer | Tomas Frydrych <tf@linux.intel.com> | 2009-08-04 09:23:37 +0100 |
commit | ff9400abde7681529e3741bad26bba8a80e99717 (patch) | |
tree | 858b3246574f7d73220d6b4487fc9ed96242b280 /test | |
parent | e985bf0e7aaaf51a1bacc37ea8f0ed3130821612 (diff) | |
download | mutter-ff9400abde7681529e3741bad26bba8a80e99717.tar.gz |
Remove deprecated GTK symbols
http://bugzilla.gnome.org/show_bug.cgi?id=587991
(adapted from metacity commit 3f76affbd2f5c7b83ec4133a87408988f2ee8855,
original patch by Thomas Andersen)
Diffstat (limited to 'test')
-rw-r--r-- | test/tokentest/tokentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tokentest/tokentest.c b/test/tokentest/tokentest.c index a0c54f64d..fbfbdefd8 100644 --- a/test/tokentest/tokentest.c +++ b/test/tokentest/tokentest.c @@ -58,7 +58,7 @@ gtk_widget_get_type (void) /* dummy */ } -GtkType +GType gtk_object_get_type (void) { /* dummy */ |