Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andre Miranda
xfce4-taskmanager
Commits
14010575
Commit
14010575
authored
Dec 23, 2014
by
Landry Breuil
Browse files
remove unneeded inline, fixes a warning (mismatching prototype)
parent
084d3f4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/exec-tool-button.c
View file @
14010575
...
...
@@ -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
();
...
...
src/settings-tool-button.c
View file @
14010575
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment