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
Ángel
evolution
Commits
d4051ab0
Commit
d4051ab0
authored
Aug 07, 2017
by
Milan Crha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[EWebDAVBrowser] Fix a compiler warning about 'may be used uninitialized' variable
parent
466ee5fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/e-util/e-webdav-browser.c
src/e-util/e-webdav-browser.c
+1
-1
No files found.
src/e-util/e-webdav-browser.c
View file @
d4051ab0
...
...
@@ -1959,7 +1959,7 @@ webdav_browser_create_clicked_cb (GtkWidget *button,
if
(
button
==
webdav_browser
->
priv
->
create_book_button
)
msg
=
_
(
"It is not allowed to create book under another book or calendar"
);
else
if
(
button
==
webdav_browser
->
priv
->
create_calendar_button
)
else
/*
if (button == webdav_browser->priv->create_calendar_button)
*/
msg
=
_
(
"It is not allowed to create calendar under another book or calendar"
);
gtk_widget_hide
(
webdav_browser
->
priv
->
create_edit_hint_popover
);
...
...
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