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
Apps
xfce4-notifyd
Commits
fef46ff0
Commit
fef46ff0
authored
Jun 08, 2022
by
Theo Linkspfeifer
💬
Browse files
panel-plugin: Remove duplicate function call (Issue
#40
)
The same line is present in notification_plugin_construct().
parent
3d9d73c2
Pipeline
#15594
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
panel-plugin/notification-plugin.c
View file @
fef46ff0
...
...
@@ -228,7 +228,6 @@ notification_plugin_new (XfcePanelPlugin *panel_plugin)
notification_plugin_update_icon
(
notification_plugin
,
state
);
gtk_container_add
(
GTK_CONTAINER
(
notification_plugin
->
button
),
notification_plugin
->
image
);
gtk_container_add
(
GTK_CONTAINER
(
panel_plugin
),
notification_plugin
->
button
);
gtk_widget_show_all
(
GTK_WIDGET
(
notification_plugin
->
button
));
gtk_widget_set_name
(
GTK_WIDGET
(
notification_plugin
->
button
),
"xfce4-notification-plugin"
);
...
...
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