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
Archive
ekiga
Commits
02654fc9
Commit
02654fc9
authored
Jul 01, 2009
by
Julien Puydt
Browse files
Fixed plugin load
I have no idea when I broke this...
parent
6d7cf7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/engine/plugin/plugin-core.cpp
View file @
02654fc9
...
...
@@ -155,7 +155,7 @@ plugin_parse_directory (Ekiga::KickStart& kickstart,
void
plugin_init
(
Ekiga
::
KickStart
&
kickstart
)
{
#if
def
DEBUG
#if DEBUG
// should make it easier to test ekiga without installing
gchar
*
path
=
g_build_path
(
G_DIR_SEPARATOR_S
,
g_get_tmp_dir
(),
"ekiga_debug_plugins"
,
NULL
);
...
...
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