From 75336f2093500bef41c282cf9d9031259bb6b529 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Mon, 17 Jun 2013 10:44:38 +0200 Subject: [PATCH] Drop unused patches --- test-day-fixes.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 test-day-fixes.patch diff --git a/test-day-fixes.patch b/test-day-fixes.patch deleted file mode 100644 index d5e03c2..0000000 --- a/test-day-fixes.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 4d54e7a12aaf048146f8c536c2125f4a16865b97 Mon Sep 17 00:00:00 2001 -From: Ray Strode -Date: Wed, 20 Mar 2013 20:24:45 -0400 -Subject: [PATCH 1/1] account-page: stop watching realmd when disposed - -We don't want any handlers called when the page is freed. ---- - gnome-initial-setup/pages/account/gis-account-page.c | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/gnome-initial-setup/pages/account/gis-account-page.c b/gnome-initial-setup/pages/account/gis-account-page.c -index c488098..594be4c 100644 ---- a/gnome-initial-setup/pages/account/gis-account-page.c -+++ b/gnome-initial-setup/pages/account/gis-account-page.c -@@ -960,6 +960,11 @@ gis_account_page_dispose (GObject *object) - GisAccountPage *page = GIS_ACCOUNT_PAGE (object); - GisAccountPagePrivate *priv = page->priv; - -+ if (priv->realmd_watch != 0) { -+ g_bus_unwatch_name (priv->realmd_watch); -+ priv->realmd_watch = 0; -+ } -+ - g_clear_object (&priv->act_user); - g_clear_object (&priv->act_client); - g_clear_object (&priv->realm_manager); --- -1.8.1.4 -