#676 Update references to GLib.Object

This commit is contained in:
Tony George 2020-11-29 21:39:40 +05:30
parent ed1e1b3537
commit 08d0e5912b
11 changed files with 11 additions and 11 deletions

View File

@ -42,7 +42,7 @@ class BackupFinishBox : Gtk.Box{
log_debug("BackupFinishBox: BackupFinishBox()");
//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

@ -47,7 +47,7 @@ class BootOptionsBox : Gtk.Box{
log_debug("BootOptionsBox: BootOptionsBox()");
//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

@ -50,7 +50,7 @@ class DeleteBox : Gtk.Box{
log_debug("DeleteBox: DeleteBox()");
//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

@ -42,7 +42,7 @@ class DeleteFinishBox : Gtk.Box{
log_debug("DeleteFinishBox: DeleteFinishBox()");
//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

@ -45,7 +45,7 @@ class FinishBox : Gtk.Box{
log_debug("FinishBox: FinishBox()");
//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;
show_notes = _show_notes;

View File

@ -46,7 +46,7 @@ class MiscBox : Gtk.Box{
log_debug("MiscBox: MiscBox()");
//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

@ -51,7 +51,7 @@ class RestoreDeviceBox : Gtk.Box{
log_debug("RestoreDeviceBox: RestoreDeviceBox()");
//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

@ -42,7 +42,7 @@ class RestoreFinishBox : Gtk.Box{
log_debug("RestoreFinishBox: RestoreFinishBox()");
//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

@ -69,7 +69,7 @@ public class RsyncLogBox : Gtk.Box {
public RsyncLogBox(Gtk.Window _window) {
Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
GLib.Object(orientation: Gtk.Orientation.VERTICAL, spacing: 6); // work-around
this.margin = 6;

View File

@ -50,7 +50,7 @@ class ScheduleBox : Gtk.Box{
log_debug("ScheduleBox: ScheduleBox()");
//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

@ -49,7 +49,7 @@ class UsersBox : Gtk.Box{
log_debug("UsersBox: UsersBox()");
//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;