In progress...
This commit is contained in:
parent
8c518f5f75
commit
1eed65f716
|
@ -2,7 +2,7 @@ namespace LAview.Core.Plugins {
|
||||||
using Gtk, LAview;
|
using Gtk, LAview;
|
||||||
|
|
||||||
class ObjectExampleDialog : Object {
|
class ObjectExampleDialog : Object {
|
||||||
Dialog dialog;
|
Window dialog;
|
||||||
|
|
||||||
public ObjectExampleDialog (Window parent) throws Error {
|
public ObjectExampleDialog (Window parent) throws Error {
|
||||||
var builder = new Builder ();
|
var builder = new Builder ();
|
||||||
|
|
Loading…
Reference in New Issue