#676: Fix: Build fails with xapp 2.0.0

This commit is contained in:
Tony George 2020-11-29 19:18:52 +05:30
parent 3391f69e26
commit ed1e1b3537
10 changed files with 10 additions and 10 deletions

2
src/Gtk/BackupBox.vala Normal file → Executable file
View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;