diff --git a/src/Gtk/BackupBox.vala b/src/Gtk/BackupBox.vala old mode 100644 new mode 100755 index 3b0a855..4926503 --- a/src/Gtk/BackupBox.vala +++ b/src/Gtk/BackupBox.vala @@ -64,7 +64,7 @@ class BackupBox : Gtk.Box{ log_debug("BackupBox: BackupBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/BackupDeviceBox.vala b/src/Gtk/BackupDeviceBox.vala index 1bdde5a..ead9371 100644 --- a/src/Gtk/BackupDeviceBox.vala +++ b/src/Gtk/BackupDeviceBox.vala @@ -46,7 +46,7 @@ class BackupDeviceBox : Gtk.Box{ log_debug("BackupDeviceBox: BackupDeviceBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/EstimateBox.vala b/src/Gtk/EstimateBox.vala index 858545b..efdfaf7 100644 --- a/src/Gtk/EstimateBox.vala +++ b/src/Gtk/EstimateBox.vala @@ -48,7 +48,7 @@ class EstimateBox : Gtk.Box{ log_debug("EstimateBox: EstimateBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/ExcludeAppsBox.vala b/src/Gtk/ExcludeAppsBox.vala index 6d96fcb..2d26f74 100644 --- a/src/Gtk/ExcludeAppsBox.vala +++ b/src/Gtk/ExcludeAppsBox.vala @@ -41,7 +41,7 @@ class ExcludeAppsBox : Gtk.Box{ log_debug("ExcludeAppsBox: ExcludeAppsBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/ExcludeBox.vala b/src/Gtk/ExcludeBox.vala index ac70bcf..0cdddbf 100644 --- a/src/Gtk/ExcludeBox.vala +++ b/src/Gtk/ExcludeBox.vala @@ -44,7 +44,7 @@ class ExcludeBox : Gtk.Box{ log_debug("ExcludeBox: ExcludeBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/RestoreBox.vala b/src/Gtk/RestoreBox.vala index 3d9289d..4d483b0 100644 --- a/src/Gtk/RestoreBox.vala +++ b/src/Gtk/RestoreBox.vala @@ -65,7 +65,7 @@ class RestoreBox : Gtk.Box{ log_debug("RestoreBox: RestoreBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/RestoreExcludeBox.vala b/src/Gtk/RestoreExcludeBox.vala index 67e781a..65cc655 100644 --- a/src/Gtk/RestoreExcludeBox.vala +++ b/src/Gtk/RestoreExcludeBox.vala @@ -46,7 +46,7 @@ class RestoreExcludeBox : Gtk.Box{ log_debug("RestoreExcludeBox: RestoreExcludeBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/RestoreSummaryBox.vala b/src/Gtk/RestoreSummaryBox.vala index 6cf87c7..ca25b3c 100644 --- a/src/Gtk/RestoreSummaryBox.vala +++ b/src/Gtk/RestoreSummaryBox.vala @@ -44,7 +44,7 @@ class RestoreSummaryBox : Gtk.Box{ log_debug("RestoreSummaryBox: RestoreSummaryBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/SnapshotBackendBox.vala b/src/Gtk/SnapshotBackendBox.vala index c725ad7..09bbd0f 100755 --- a/src/Gtk/SnapshotBackendBox.vala +++ b/src/Gtk/SnapshotBackendBox.vala @@ -46,7 +46,7 @@ class SnapshotBackendBox : Gtk.Box{ log_debug("SnapshotBackendBox: SnapshotBackendBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 12; diff --git a/src/Gtk/SnapshotListBox.vala b/src/Gtk/SnapshotListBox.vala index 4d6e9f1..4cef400 100644 --- a/src/Gtk/SnapshotListBox.vala +++ b/src/Gtk/SnapshotListBox.vala @@ -63,7 +63,7 @@ class SnapshotListBox : Gtk.Box{ log_debug("SnapshotListBox: SnapshotListBox()"); //base(Gtk.Orientation.VERTICAL, 6); // issue with vala - Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around + GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around parent_window = _parent_window; margin = 6;