From 4e10e30c2f99d552239871aa1b27a08a6c18f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 5 Jun 2016 04:23:39 +0200 Subject: Imported Upstream version 0.23.1 --- src/library/Branch.vala | 2 +- src/library/FlaggedPage.vala | 2 +- src/library/FlaggedSidebarEntry.vala | 2 +- src/library/ImportQueuePage.vala | 2 +- src/library/ImportQueueSidebarEntry.vala | 2 +- src/library/LastImportPage.vala | 2 +- src/library/LastImportSidebarEntry.vala | 2 +- src/library/Library.vala | 2 +- src/library/LibraryWindow.vala | 5 ++--- src/library/OfflinePage.vala | 2 +- src/library/OfflineSidebarEntry.vala | 2 +- src/library/TrashPage.vala | 2 +- src/library/TrashSidebarEntry.vala | 2 +- 13 files changed, 14 insertions(+), 15 deletions(-) (limited to 'src/library') diff --git a/src/library/Branch.vala b/src/library/Branch.vala index 0e875d2..bab17fc 100644 --- a/src/library/Branch.vala +++ b/src/library/Branch.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/FlaggedPage.vala b/src/library/FlaggedPage.vala index b45cc54..f713773 100644 --- a/src/library/FlaggedPage.vala +++ b/src/library/FlaggedPage.vala @@ -1,4 +1,4 @@ -/* Copyright 2010-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU LGPL (version 2.1 or later). * See the COPYING file in this distribution. diff --git a/src/library/FlaggedSidebarEntry.vala b/src/library/FlaggedSidebarEntry.vala index 240aaf3..e94e695 100644 --- a/src/library/FlaggedSidebarEntry.vala +++ b/src/library/FlaggedSidebarEntry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/ImportQueuePage.vala b/src/library/ImportQueuePage.vala index 9886f5a..f19f947 100644 --- a/src/library/ImportQueuePage.vala +++ b/src/library/ImportQueuePage.vala @@ -1,4 +1,4 @@ -/* Copyright 2009-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/ImportQueueSidebarEntry.vala b/src/library/ImportQueueSidebarEntry.vala index 5d34ce2..5a1770e 100644 --- a/src/library/ImportQueueSidebarEntry.vala +++ b/src/library/ImportQueueSidebarEntry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/LastImportPage.vala b/src/library/LastImportPage.vala index ea9045c..be30989 100644 --- a/src/library/LastImportPage.vala +++ b/src/library/LastImportPage.vala @@ -1,4 +1,4 @@ -/* Copyright 2010-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/LastImportSidebarEntry.vala b/src/library/LastImportSidebarEntry.vala index 3414130..b974481 100644 --- a/src/library/LastImportSidebarEntry.vala +++ b/src/library/LastImportSidebarEntry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/Library.vala b/src/library/Library.vala index 272f3d2..48eb721 100644 --- a/src/library/Library.vala +++ b/src/library/Library.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala index a756436..5779ef4 100644 --- a/src/library/LibraryWindow.vala +++ b/src/library/LibraryWindow.vala @@ -1,12 +1,11 @@ -/* Copyright 2009-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. */ public class LibraryWindow : AppWindow { - public const int SIDEBAR_MIN_WIDTH = 224; - public const int SIDEBAR_MAX_WIDTH = 320; + public const int SIDEBAR_MIN_WIDTH = 120; public static int PAGE_MIN_WIDTH { get { diff --git a/src/library/OfflinePage.vala b/src/library/OfflinePage.vala index eecd71b..f8ba7c1 100644 --- a/src/library/OfflinePage.vala +++ b/src/library/OfflinePage.vala @@ -1,4 +1,4 @@ -/* Copyright 2010-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/OfflineSidebarEntry.vala b/src/library/OfflineSidebarEntry.vala index 34c09a0..9e4eb7f 100644 --- a/src/library/OfflineSidebarEntry.vala +++ b/src/library/OfflineSidebarEntry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/TrashPage.vala b/src/library/TrashPage.vala index ae80a7b..9bafee5 100644 --- a/src/library/TrashPage.vala +++ b/src/library/TrashPage.vala @@ -1,4 +1,4 @@ -/* Copyright 2010-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/library/TrashSidebarEntry.vala b/src/library/TrashSidebarEntry.vala index 69412b7..1269ce8 100644 --- a/src/library/TrashSidebarEntry.vala +++ b/src/library/TrashSidebarEntry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. -- cgit v1.2.3