[Xfce4-commits] [apps/xfdashboard] 01/01: Add missing POTFILES files and fix distcheck warning for automake (I believe it affects version 1.15+)

noreply at xfce.org noreply at xfce.org
Tue Aug 7 10:28:30 CEST 2018


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

n   o   m   a   d       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfdashboard.

commit 1940b1a5ea2c00898ef74ef2d6df75debaed86e8
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Aug 7 10:27:46 2018 +0200

    Add missing POTFILES files and fix distcheck warning for automake (I believe it affects version 1.15+)
---
 plugins/hot-corner/hot-corner.c |  2 +-
 po/POTFILES.in                  |  1 +
 po/POTFILES.skip                | 11 +++++++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/plugins/hot-corner/hot-corner.c b/plugins/hot-corner/hot-corner.c
index 7165e87..48ff71e 100644
--- a/plugins/hot-corner/hot-corner.c
+++ b/plugins/hot-corner/hot-corner.c
@@ -146,7 +146,7 @@ static gboolean _xfdashboard_hot_corner_check_hot_corner(gpointer inUserData)
 		XfdashboardWindowTrackerWindowState			activeWindowState;
 
 		activeWindowState=xfdashboard_window_tracker_window_get_state(activeWindow);
-		if(activeWindowState & XFDASHBOARD_WINDOW_TRACKER_WINDOW_STATE_FULLSCREEN) &&
+		if((activeWindowState & XFDASHBOARD_WINDOW_TRACKER_WINDOW_STATE_FULLSCREEN) &&
 			!xfdashboard_window_tracker_window_is_stage(activeWindow))
 		{
 			return(G_SOURCE_CONTINUE);
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4045352..ba8874c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -29,6 +29,7 @@ libxfdashboard/click-action.c
 libxfdashboard/collapse-box.c
 libxfdashboard/css-selector.c
 libxfdashboard/desktop-app-info.c
+libxfdashboard/desktop-app-info-action.c
 libxfdashboard/drag-action.c
 libxfdashboard/drop-action.c
 libxfdashboard/dynamic-table-layout.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 24ee9f3..99d1d8f 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -8,3 +8,14 @@ data/themes/xfdashboard-mint/xfdashboard.theme.in
 data/themes/xfdashboard-moranga/xfdashboard.theme.in
 data/themes/xfdashboard-wine/xfdashboard.theme.in
 data/themes/xfdashboard/xfdashboard.theme.in
+# https://bugs.launchpad.net/intltool/+bug/1117944
+sub/data/themes/xfdashboard-auber/xfdashboard.theme.in
+sub/data/themes/xfdashboard-blue/xfdashboard.theme.in
+sub/data/themes/xfdashboard-dark/xfdashboard.theme.in
+sub/data/themes/xfdashboard-mint/xfdashboard.theme.in
+sub/data/themes/xfdashboard-moranga/xfdashboard.theme.in
+sub/data/themes/xfdashboard-wine/xfdashboard.theme.in
+sub/data/themes/xfdashboard/xfdashboard.theme.in
+sub/data/xfdashboard-autostart.desktop.in
+sub/data/xfdashboard-settings.desktop.in
+sub/data/xfdashboard.desktop.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list