diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-08-06 22:49:11 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-08-06 22:49:11 +0200 |
commit | c9f13c0c94956418bd06c114850000a2bf2d5ed0 (patch) | |
tree | 9fe9e8f1d4ac4235b59a56d9ea4f5e49a4251710 | |
parent | 7198a23cacda58b0a1d1ccf447a576740a6e21ae (diff) | |
download | serial-barcode-scanner-c9f13c0c94956418bd06c114850000a2bf2d5ed0.tar.bz2 |
show_all -> show
-rw-r--r-- | ui.vala | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ public void restock_dialog() { var window = builder.get_object("restock_dialog") as Gtk.Window; - window.show_all(); + window.show(); /* product combobox */ var box = builder.get_object("comboboxtext1") as Gtk.ComboBoxText; |