summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/totem-preferences-dialog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/totem-preferences-dialog.c b/src/totem-preferences-dialog.c
index a3892193e..e6ea73095 100644
--- a/src/totem-preferences-dialog.c
+++ b/src/totem-preferences-dialog.c
@@ -227,8 +227,8 @@ totem_preferences_dialog_constructed (GObject *object)
{
TotemPreferencesDialog *prefs = TOTEM_PREFERENCES_DIALOG (object);
g_autoptr(TotemPluginsEngine) engine = NULL;
+ g_autoptr(GtkWidget) bvw = NULL;
TotemObject *totem;
- GtkWidget *bvw;
guint i, hidden;
char *font, *encoding;
const GList *plugin_infos, *l;
@@ -355,8 +355,6 @@ totem_preferences_dialog_constructed (GObject *object)
gtk_container_add (GTK_CONTAINER (prefs->tpw_plugins_list), plugin_row);
}
-
- g_object_unref (bvw);
}
static void