[Xfce4-commits] [apps/xfdashboard] 01/01: Fix typo
noreply at xfce.org
noreply at xfce.org
Thu Nov 23 06:30:03 CET 2017
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 5c1ea09e09d087225703abede8f01f9e3f53c2ca
Author: Stephan Haller <nomad at 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.
More information about the Xfce4-commits
mailing list