Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
network-manager-applet
Commits
5cde20d5
Commit
5cde20d5
authored
Jun 27, 2018
by
Lubomir Rintel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils: drop an useless use of gtk_widget_show_all()
parent
04fe9aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/utils/utils.c
src/utils/utils.c
+1
-1
No files found.
src/utils/utils.c
View file @
5cde20d5
...
...
@@ -216,7 +216,7 @@ utils_show_error_dialog (const char *title,
g_signal_connect
(
err_dialog
,
"delete-event"
,
G_CALLBACK
(
gtk_widget_destroy
),
NULL
);
g_signal_connect
(
err_dialog
,
"response"
,
G_CALLBACK
(
gtk_widget_destroy
),
NULL
);
gtk_widget_show
_all
(
err_dialog
);
gtk_widget_show
(
err_dialog
);
gtk_window_present
(
GTK_WINDOW
(
err_dialog
));
}
}
...
...
Write
Preview
Markdown
is supported
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