fix copy/paste error
This regression was introduced by commit
6365d18ad0
This commit is contained in:
parent
e15c0d4a02
commit
f3f67b7919
|
@ -1349,7 +1349,7 @@ replace_plugins()
|
|||
{
|
||||
gtk_box_pack_start(GTK_BOX(gkrellm_monitor_vbox()),
|
||||
mon->privat->main_vbox, FALSE, FALSE, 0);
|
||||
g_object_ref(G_OBJECT(mon->privat->main_vbox));
|
||||
g_object_unref(G_OBJECT(mon->privat->main_vbox));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue