Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ZenWalker
Glade
Commits
cf65fb6e
Commit
cf65fb6e
authored
Oct 06, 2012
by
Juan Pablo Ugarte
Browse files
Fix build error
parent
5b23e4d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
gladeui/glade-composite-template.c
View file @
cf65fb6e
...
...
@@ -199,7 +199,7 @@ glade_composite_template_load_directory (const gchar *directory)
const
gchar
*
name
;
GDir
*
dir
;
g_return_if_fail
(
path
!=
NULL
);
g_return_if_fail
(
directory
!=
NULL
);
if
(
!
(
dir
=
g_dir_open
(
directory
,
0
,
&
error
)))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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