summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2015-01-18 05:07:01 -0800
committerGarrett Regier <garrettregier@gmail.com>2015-01-20 01:23:07 -0800
commit9fefa1f7bbb4d67a412e86f614d4b951a2630a11 (patch)
tree5cd6ec71d0136db219a4a86abb95e8abaa6aded4 /tests
parent06a14dc39929bde4a4790bc8562156edb1aa608a (diff)
downloadlibpeas-9fefa1f7bbb4d67a412e86f614d4b951a2630a11.tar.gz
Remove a double assign
Diffstat (limited to 'tests')
-rw-r--r--tests/libpeas-gtk/plugin-manager-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libpeas-gtk/plugin-manager-store.c b/tests/libpeas-gtk/plugin-manager-store.c
index 0fea9a7..531ef9d 100644
--- a/tests/libpeas-gtk/plugin-manager-store.c
+++ b/tests/libpeas-gtk/plugin-manager-store.c
@@ -290,7 +290,7 @@ static void
test_gtk_plugin_manager_store_valid_stock_icon (TestFixture *fixture)
{
GtkIconTheme *icon_theme;
- GType icon_type = icon_type = G_TYPE_INVALID;
+ GType icon_type = G_TYPE_INVALID;
icon_theme = gtk_icon_theme_get_default ();