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

nomad pushed a 
commit to branch 
master
in repository apps/xfdashboard.

commit 5c1ea09e09d087225703abede8f01f9e3f53c2ca
Author: Stephan Haller <no...@froevel.de>
Date:   Thu Nov 23 06:29:55 2017 +0100

    Fix typo
---
 libxfdashboard/desktop-app-info.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libxfdashboard/desktop-app-info.c 
b/libxfdashboard/desktop-app-info.c
index 69c9ed2..9c575c3 100644
--- a/libxfdashboard/desktop-app-info.c
+++ b/libxfdashboard/desktop-app-info.c
@@ -170,7 +170,7 @@ static gboolean 
_xfdashboard_desktop_app_info_load_secondary_source(XfdashboardD
 }
 
 /* Get or update path to executable file for this application */
-static void 
__xfdashboard_desktop_app_info_update_binary_executable(XfdashboardDesktopAppInfo
 *self)
+static void 
_xfdashboard_desktop_app_info_update_binary_executable(XfdashboardDesktopAppInfo
 *self)
 {
        XfdashboardDesktopAppInfoPrivate                *priv;
 
@@ -595,7 +595,7 @@ static void 
_xfdashboard_desktop_app_info_set_file(XfdashboardDesktopAppInfo *se
                }
 
                /* Get path to executable file for this application */
-               __xfdashboard_desktop_app_info_update_binary_executable(self);
+               _xfdashboard_desktop_app_info_update_binary_executable(self);
 
                /* Set flag to reload application actions and keywords. They 
will be
                 * cleared and (re-)loaded on-demand.
@@ -1832,7 +1832,7 @@ gboolean 
xfdashboard_desktop_app_info_reload(XfdashboardDesktopAppInfo *self)
                }
 
                /* Update path to executable file for this application */
-               __xfdashboard_desktop_app_info_update_binary_executable(self);
+               _xfdashboard_desktop_app_info_update_binary_executable(self);
 
                /* Set flag to reload application actions and keywords. They 
will be
                 * cleared and (re-)loaded on-demand.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to