[Xfce4-commits] [apps/xfce4-taskmanager] 02/03: remove unneeded inline, fixes a warning (mismatching prototype)

noreply at xfce.org noreply at xfce.org
Tue Dec 23 22:44:51 CET 2014


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

landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit 140105750261089440c8be00b552b4165125c2eb
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Dec 23 22:37:09 2014 +0100

    remove unneeded inline, fixes a warning (mismatching prototype)
---
 src/exec-tool-button.c     |    2 +-
 src/settings-tool-button.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exec-tool-button.c b/src/exec-tool-button.c
index 1bf5bc0..4e02ff1 100644
--- a/src/exec-tool-button.c
+++ b/src/exec-tool-button.c
@@ -168,7 +168,7 @@ menu_append_item (GtkMenu *menu, gchar *title, gchar *command, gchar *icon_name)
 	g_signal_connect_swapped (mi, "activate", G_CALLBACK (execute_command), command);
 }
 
-static inline GtkWidget *
+static GtkWidget *
 construct_menu (void)
 {
 	GtkWidget *menu = gtk_menu_new ();
diff --git a/src/settings-tool-button.c b/src/settings-tool-button.c
index d625458..274029a 100644
--- a/src/settings-tool-button.c
+++ b/src/settings-tool-button.c
@@ -154,7 +154,7 @@ menu_append_item (GtkMenu *menu, gchar *title, gchar *setting_name, XtmSettings
 	g_free (notify_name);
 }
 
-static inline GtkWidget *
+static GtkWidget *
 construct_menu (void)
 {
 	XtmSettings *settings = xtm_settings_get_default ();

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


More information about the Xfce4-commits mailing list