[mate-session-manager] 01/02: debian/patches: Drop 1000_add_style_class_logout-dialog.patch. Applied upstream.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Fri Oct 27 15:05:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository mate-session-manager.

commit 499228503cef5c1a9a0d9a6db82b16d362117289
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Fri Oct 27 15:57:26 2017 +0100

    debian/patches: Drop 1000_add_style_class_logout-dialog.patch. Applied upstream.
---
 .../patches/1000_add_style_class_logout-dialog.patch   | 18 ------------------
 debian/patches/series                                  |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/1000_add_style_class_logout-dialog.patch b/debian/patches/1000_add_style_class_logout-dialog.patch
deleted file mode 100644
index d7f5e5f..0000000
--- a/debian/patches/1000_add_style_class_logout-dialog.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Wolfgang Ulbrich <mate at raveit.de>
-Description: Add style class logout-dialog
-
-diff --git a/mate-session/gsm-logout-dialog.c b/mate-session/gsm-logout-dialog.c
-index 0dbeb2b..107fc0c 100644
---- a/mate-session/gsm-logout-dialog.c
-+++ b/mate-session/gsm-logout-dialog.c
-@@ -146,6 +146,10 @@ gsm_logout_dialog_init (GsmLogoutDialog *logout_dialog)
-         logout_dialog->priv->timeout = 0;
-         logout_dialog->priv->default_response = GTK_RESPONSE_CANCEL;
- 
-+	GtkStyleContext *context;
-+	context = gtk_widget_get_style_context (GTK_WIDGET (logout_dialog));
-+	gtk_style_context_add_class (context, "logout-dialog");
-+
-         gtk_window_set_skip_taskbar_hint (GTK_WINDOW (logout_dialog), TRUE);
-         gtk_window_set_keep_above (GTK_WINDOW (logout_dialog), TRUE);
-         gtk_window_stick (GTK_WINDOW (logout_dialog));
diff --git a/debian/patches/series b/debian/patches/series
index 900e9e0..9cf4102 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0005_lock-session-before-user-switch.patch
-1000_add_style_class_logout-dialog.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-session-manager.git



More information about the pkg-mate-commits mailing list