r51237 - in /desktop/unstable/gnome-calendar/debian: changelog patches/0001-Hide-GOA-sources-on-Unity.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Oct 4 22:59:54 UTC 2016
Author: biebl
Date: Tue Oct 4 22:59:54 2016
New Revision: 51237
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51237
Log:
Refresh debian/patches/0001-Hide-GOA-sources-on-Unity.patch.
Modified:
desktop/unstable/gnome-calendar/debian/changelog
desktop/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch
Modified: desktop/unstable/gnome-calendar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/changelog?rev=51237&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/changelog [utf-8] Tue Oct 4 22:59:54 2016
@@ -1,6 +1,7 @@
gnome-calendar (3.22.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Refresh debian/patches/0001-Hide-GOA-sources-on-Unity.patch.
-- Michael Biebl <biebl at debian.org> Tue, 04 Oct 2016 20:24:14 +0200
Modified: desktop/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch?rev=51237&op=diff
==============================================================================
--- desktop/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch [utf-8] (original)
+++ desktop/unstable/gnome-calendar/debian/patches/0001-Hide-GOA-sources-on-Unity.patch [utf-8] Tue Oct 4 22:59:54 2016
@@ -11,8 +11,8 @@
src/gcal-source-dialog.c | 9 +++++++++
2 files changed, 19 insertions(+), 4 deletions(-)
-diff --git a/src/gcal-manager.c b/src/gcal-manager.c
-index a7c07e0..594a724 100644
+Index: b/src/gcal-manager.c
+===================================================================
--- a/src/gcal-manager.c
+++ b/src/gcal-manager.c
@@ -21,6 +21,7 @@
@@ -23,7 +23,7 @@
typedef struct
{
-@@ -790,6 +791,7 @@ gcal_manager_constructed (GObject *object)
+@@ -810,6 +811,7 @@
GList *sources, *l;
GError *error = NULL;
ESourceCredentialsProvider *credentials_provider;
@@ -31,7 +31,7 @@
G_OBJECT_CLASS (gcal_manager_parent_class)->constructed (object);
-@@ -801,10 +803,14 @@ gcal_manager_constructed (GObject *object)
+@@ -821,10 +823,14 @@
manager->clients = g_hash_table_new_full ((GHashFunc) e_source_hash, (GEqualFunc) e_source_equal,
g_object_unref, (GDestroyNotify) free_unit_data);
@@ -50,11 +50,11 @@
/* reading sources and schedule its connecting */
manager->source_registry = e_source_registry_new_sync (NULL, &error);
-diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
-index ca5f187..8f4dbf0 100644
+Index: b/src/gcal-source-dialog.c
+===================================================================
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
-@@ -38,6 +38,7 @@ struct _GcalSourceDialog
+@@ -38,6 +38,7 @@
GtkWidget *main_scrolledwindow;
GtkWidget *name_entry;
GtkWidget *notebook;
@@ -62,7 +62,7 @@
GtkWidget *remove_button;
GtkWidget *stack;
GtkWidget *web_source_grid;
-@@ -1794,11 +1795,18 @@ gcal_source_dialog_constructed (GObject *object)
+@@ -1794,11 +1795,18 @@
GcalSourceDialog *self;
GtkBuilder *builder;
GMenuModel *menu;
@@ -81,7 +81,7 @@
/* widget responses */
gtk_dialog_set_default_response (GTK_DIALOG (object), GTK_RESPONSE_CANCEL);
-@@ -1879,6 +1887,7 @@ gcal_source_dialog_class_init (GcalSourceDialogClass *klass)
+@@ -1879,6 +1887,7 @@
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, notification);
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, notification_label);
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, online_accounts_listbox);
@@ -89,6 +89,3 @@
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, owncloud_stub_row);
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, remove_button);
gtk_widget_class_bind_template_child (widget_class, GcalSourceDialog, settings_button);
---
-2.9.3
-
More information about the pkg-gnome-commits
mailing list