diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-24 23:19:11 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-24 23:19:11 +0000 |
| commit | 1cab31d2570e92b86ccf48c143290ef5b6f4db10 (patch) | |
| tree | df995977df306ec09174f1d714014359f8594409 /src/sp-style-elem.cpp | |
| parent | Ok, committed msgloan's patch to convert gbooleans to bools thus completing (diff) | |
| download | inkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.tar.gz inkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.zip | |
Cleaned up more of the gboolean to bool janitorial task...great!
(bzr r1634)
Diffstat (limited to 'src/sp-style-elem.cpp')
| -rw-r--r-- | src/sp-style-elem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-style-elem.cpp b/src/sp-style-elem.cpp index ff27f3de0..46e63478c 100644 --- a/src/sp-style-elem.cpp +++ b/src/sp-style-elem.cpp @@ -272,7 +272,7 @@ end_font_face_cb(CRDocHandler *a_handler) static void property_cb(CRDocHandler *const a_handler, CRString *const a_name, - CRTerm *const a_value, gboolean const a_important) + CRTerm *const a_value, int const a_important) { g_return_if_fail(a_handler && a_name); g_return_if_fail(a_handler->app_data != NULL); |
