Wrong unref object

This commit is contained in:
Arx Cruz 2012-04-19 17:32:59 -03:00
parent 1e88554c3f
commit cb5f17a2df
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ zenity_progress_read_info (ZenityProgressData *progress_data)
if (progress_data->pulsate) {
GObject *progress_bar = gtk_builder_get_object (builder, "zenity_progress_bar");
zenity_progress_pulsate_start (progress_bar);
g_object_unref(progress_bar);
}
}