spare code removed
This commit is contained in:
parent
ae35b77787
commit
1ace70831f
|
@ -45,9 +45,6 @@ namespace LAview.Core.Plugins {
|
||||||
* Open Preferences.
|
* Open Preferences.
|
||||||
*/
|
*/
|
||||||
public override void preferences (Object parent) throws Error {
|
public override void preferences (Object parent) throws Error {
|
||||||
// TODO: Open Preferences window.
|
|
||||||
stdout.puts("Data Example preferences () called.\n");
|
|
||||||
|
|
||||||
if (preferences_dialog == null) preferences_dialog = new DataExample.PreferencesDialog (parent);
|
if (preferences_dialog == null) preferences_dialog = new DataExample.PreferencesDialog (parent);
|
||||||
|
|
||||||
preferences_dialog.show_all ();
|
preferences_dialog.show_all ();
|
||||||
|
|
Loading…
Reference in New Issue