[shotwell/wip/libdazzle: 80/85] Remove another obsolete Gtk.Box
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/libdazzle: 80/85] Remove another obsolete Gtk.Box
- Date: Wed, 1 Jul 2020 05:53:13 +0000 (UTC)
commit 60501174fef0b083b89bc070650e440477f61298
Author: Jens Georg <mail jensge org>
Date: Fri Apr 3 21:29:11 2020 +0200
Remove another obsolete Gtk.Box
src/library/LibraryWindow.vala | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index 8612d097..2ee66e58 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -141,7 +141,6 @@ public class LibraryWindow : AppWindow {
private ExtendedProperties extended_properties = new ExtendedProperties();
private Gtk.Stack stack = new Gtk.Stack();
- private Gtk.Box layout = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
public LibraryWindow(ProgressMonitor progress_monitor) {
base();
@@ -1110,9 +1109,7 @@ public class LibraryWindow : AppWindow {
client_paned.right_visible = Config.Facade.get_instance().get_display_extended_properties();
- layout.pack_end(client_paned, true, true, 0);
-
- add(layout);
+ add(client_paned);
switch_to_page(start_page);
start_page.grab_focus();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]