]> git.sur5r.net Git - glabels/commit
2004-01-02 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Sat, 3 Jan 2004 03:55:02 +0000 (03:55 +0000)
committerJim Evins <evins@snaught.com>
Sat, 3 Jan 2004 03:55:02 +0000 (03:55 +0000)
commit7d0f397683e2a28806fd2cefce1d846a2064f186
tree883dd7c576f138a90cf04402f976f3141c2d9d32
parente4a19ad71c510363fa80e14c98f65c10a1f187ac
2004-01-02  Jim Evins  <evins@snaught.com>

* src/object-editor-size-page.c: (h_spin_cb):
Fixed cut-n-paste error in h_spin_cb that loaded h from
the wrong spinbutton.

* src/object-editor.h:
* src/object-editor.c: (gl_object_editor_class_init),
(gl_object_editor_changed_cb), (gl_object_editor_size_changed_cb):
* src/object-editor-private.h:
* src/object-editor-size-page.c: (w_spin_cb), (h_spin_cb),
(size_reset_cb):
Added "size_changed" signal.

* src/view-text.c: (construct_properties_editor),
(update_object_from_editor_cb),
(update_object_from_editor_size_cb):
Track size changes from object editor separately from other
properties.  This is so the default size (0,0) of a text
object is not modified unintentionally.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@399 f5e0f49d-192f-0410-a22d-a8d8700d0965
glabels2/ChangeLog
glabels2/src/object-editor-private.h
glabels2/src/object-editor-size-page.c
glabels2/src/object-editor.c
glabels2/src/object-editor.h
glabels2/src/view-text.c