Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70398457c7ea51b3d0c79fa1c8409aeee8a72937)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70398457c7ea51b3d0c79fa1c8409aeee8a72937)
  • Date: Wed, 13 May 2020 19:05:22 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/sylpheed/sylpheed-trayicon.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70398457c7ea51b3d0c79fa1c8409aeee8a72937
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: update trayicon patch

diff --git a/mail/sylpheed/sylpheed-trayicon.patch
b/mail/sylpheed/sylpheed-trayicon.patch
index 9dd522e..4d707b1 100644
--- a/mail/sylpheed/sylpheed-trayicon.patch
+++ b/mail/sylpheed/sylpheed-trayicon.patch
@@ -23,7 +23,7 @@ index ef56dc1..3020fe0 100644
- gtk_window_iconify(GTK_WINDOW(mainwin->window));
- else
- main_window_popup(mainwin);
-+ gtk_window_is_active(GTK_WINDOW(mainwin->window)) &&
gtk_widget_get_visible (GTK_WIDGET (mainwin->window))) {
++ !mainwin->window_hidden) {
+ gtk_window_get_position (GTK_WINDOW(mainwin->window), &x, &y);
+ screen = gtk_window_get_screen(GTK_WINDOW(mainwin->window));
+ gtk_widget_hide (GTK_WIDGET (mainwin->window));



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (70398457c7ea51b3d0c79fa1c8409aeee8a72937), Vlad Glagolev, 05/13/2020

Archive powered by MHonArc 2.6.24.

Top of Page