summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82d83c0)
raw | patch | inline | side by side (parent: 82d83c0)
| author | buliabyak <buliabyak@users.sourceforge.net> | |
| Thu, 25 Jan 2007 03:33:47 +0000 (03:33 +0000) | ||
| committer | buliabyak <buliabyak@users.sourceforge.net> | |
| Thu, 25 Jan 2007 03:33:47 +0000 (03:33 +0000) |
| src/dialogs/object-properties.cpp | patch | blob | history |
index c98f7c7d844bf15ecf25d0e90049530f7e63967e..7631b631a14123edeb673683eb438860defc052a 100644 (file)
// these callbacks are only for the master opacity update; the tabs above take care of themselves
g_signal_connect ( G_OBJECT (INKSCAPE), "change_selection", G_CALLBACK (sp_fillstroke_selection_changed), dlg );
+ g_signal_connect ( G_OBJECT (INKSCAPE), "change_subselection", G_CALLBACK (sp_fillstroke_selection_changed), dlg );
g_signal_connect ( G_OBJECT (INKSCAPE), "modify_selection", G_CALLBACK (sp_fillstroke_selection_modified), dlg );
g_signal_connect ( G_OBJECT (INKSCAPE), "activate_desktop", G_CALLBACK (sp_fillstroke_selection_changed), dlg );