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/widgets/icon.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/widgets/icon.cpp')
| -rw-r--r-- | src/widgets/icon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 0fadffdc8..b170d69f8 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -35,6 +35,8 @@ #include "icon.h" +// JON: keeping legacy gboolean because of old code +// TODO: replace gboolean with bool static gboolean icon_prerender_task(gpointer data); static void addPreRender( Inkscape::IconSize lsize, gchar const *name ); |
