[gnome-boxes/gnome-3-4: 4/15] wizard: Move to URL page when file is selected
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-4: 4/15] wizard: Move to URL page when file is selected
- Date: Fri, 30 Mar 2012 18:45:57 +0000 (UTC)
commit 2576a3b2a4ca26e0e59c43b815ea523ed4fbeefb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Mar 16 16:27:36 2012 +0200
wizard: Move to URL page when file is selected
https://bugzilla.gnome.org/show_bug.cgi?id=672159
src/wizard-source.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/wizard-source.vala b/src/wizard-source.vala
index 8d06bf8..791ef76 100644
--- a/src/wizard-source.vala
+++ b/src/wizard-source.vala
@@ -153,6 +153,7 @@ private class Boxes.WizardSource: GLib.Object {
install_media = media;
uri = media.device_file;
url_entry.activate ();
+ page = SourcePage.URL;
}, 15, 5, true, "installer-" + media.device_file + "-item");
var image = get_product_logo (media.os, 64);
@@ -229,6 +230,7 @@ private class Boxes.WizardSource: GLib.Object {
if (dialog.run () == Gtk.ResponseType.ACCEPT) {
uri = dialog.get_uri ();
url_entry.activate ();
+ page = SourcePage.URL;
}
dialog.hide ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]