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
Marius
zathura
Commits
d07dfe48
Commit
d07dfe48
authored
Jun 23, 2014
by
Sebastian Ramacher
Browse files
Remove extra dot
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
e4792cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
callbacks.c
View file @
d07dfe48
...
@@ -227,7 +227,7 @@ cb_page_layout_value_changed(girara_session_t* session, const char* name, girara
...
@@ -227,7 +227,7 @@ cb_page_layout_value_changed(girara_session_t* session, const char* name, girara
if
(
pages_per_row
==
0
)
{
if
(
pages_per_row
==
0
)
{
pages_per_row
=
1
;
pages_per_row
=
1
;
girara_setting_set
(
session
,
name
,
&
pages_per_row
);
girara_setting_set
(
session
,
name
,
&
pages_per_row
);
girara_notify
(
session
,
GIRARA_WARNING
,
_
(
"'%s' must not be 0. Set to 1.
.
"
),
name
);
girara_notify
(
session
,
GIRARA_WARNING
,
_
(
"'%s' must not be 0. Set to 1."
),
name
);
return
;
return
;
}
}
}
}
...
...
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