Just ignore this commit (really).

This commit is contained in:
2017-05-19 17:13:19 +01:00
parent 86e7df54a3
commit 009ff7f713
5 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2017-05-19 Natalia Portillo <claunia@claunia.com>
* gtk-gui/osrepodbmgr.dlgHelp.cs:
* gtk-gui/osrepodbmgr.dlgSettings.cs:
* gtk-gui/osrepodbmgr.dlgMetadata.cs:
* gtk-gui/osrepodbmgr.dlgFilesystem.cs:
Just ignore this commit (really).
2017-05-19 Natalia Portillo <claunia@claunia.com>
* dlgAdd.cs:

View File

@@ -754,7 +754,7 @@ namespace osrepodbmgr
w65.Position = 1;
w65.Expand = false;
w65.Fill = false;
if((this.Child != null))
if ((this.Child != null))
{
this.Child.ShowAll();
}

View File

@@ -63,7 +63,7 @@ namespace osrepodbmgr
global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.btnDialog]));
w6.Expand = false;
w6.Fill = false;
if((this.Child != null))
if ((this.Child != null))
{
this.Child.ShowAll();
}

View File

@@ -1684,7 +1684,7 @@ namespace osrepodbmgr
w144.Position = 1;
w144.Expand = false;
w144.Fill = false;
if((this.Child != null))
if ((this.Child != null))
{
this.Child.ShowAll();
}

View File

@@ -608,7 +608,7 @@ namespace osrepodbmgr
global::Gtk.ButtonBox.ButtonBoxChild w55 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w54[this.btnDialog]));
w55.Expand = false;
w55.Fill = false;
if((this.Child != null))
if ((this.Child != null))
{
this.Child.ShowAll();
}