~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/stroke-style.cpp

  • Committer: kidproto
  • Date: 2006-08-25 07:03:19 UTC
  • Revision ID: kidproto@users.sourceforge.net-20060825070319-49nso3fdlwuveifv
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools

Show diffs side-by-side

added added

removed removed

Lines of Context:
889
889
                     /* TODO: annotate */ "stroke-style.cpp:889");
890
890
}
891
891
 
892
 
static bool stroke_width_set_unit(SPUnitSelector *,
 
892
static gboolean stroke_width_set_unit(SPUnitSelector *,
893
893
                                                 SPUnit const *old,
894
894
                                                 SPUnit const *new_units,
895
895
                                                 GObject *spw)