app: some GimpProgress cleanup

- change start() and set_text() to use "format" and "..." instead of
  "message", allowing to format progress messages in place
- s/cancelable/cancellable/
- move "cancellable" to be the second argument of start()
This commit is contained in:
Michael Natterer
2014-07-12 23:45:20 +02:00
parent 335381579c
commit a6601d563b
46 changed files with 212 additions and 205 deletions

View File

@ -39,7 +39,7 @@ struct _GimpProgressBox
GtkBox parent_instance;
gboolean active;
gboolean cancelable;
gboolean cancellable;
gdouble value;
GtkWidget *label;