Remove outdated comment
This commit is contained in:
parent
9c121de616
commit
67a3879e58
|
@ -710,7 +710,6 @@ static void _show_preferences_window(Panel * panel)
|
||||||
vbox = GTK_DIALOG(panel->pr_window)->vbox;
|
vbox = GTK_DIALOG(panel->pr_window)->vbox;
|
||||||
#endif
|
#endif
|
||||||
gtk_box_pack_start(GTK_BOX(vbox), panel->pr_notebook, TRUE, TRUE, 0);
|
gtk_box_pack_start(GTK_BOX(vbox), panel->pr_notebook, TRUE, TRUE, 0);
|
||||||
/* FIXME implement a way to enable applets per panel (and in order) */
|
|
||||||
_preferences_on_response_cancel(panel);
|
_preferences_on_response_cancel(panel);
|
||||||
gtk_widget_show_all(vbox);
|
gtk_widget_show_all(vbox);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user