summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b0135b)
raw | patch | inline | side by side (parent: 5b0135b)
| author | gustav_b <gustav_b@users.sourceforge.net> | |
| Sun, 31 Dec 2006 01:00:36 +0000 (01:00 +0000) | ||
| committer | gustav_b <gustav_b@users.sourceforge.net> | |
| Sun, 31 Dec 2006 01:00:36 +0000 (01:00 +0000) |
| src/dialogs/stroke-style.cpp | patch | blob | history |
index 152569a5afff59c0d39a9ed63091e0c41ae0bd03..ebfb7aca6d420e454d47fcf34e96cdd5ae03c200 100644 (file)
g_free (query);
+ if (!sel || sel->isEmpty())
+ return;
+
GSList const *objects = sel->itemList();
SPObject * const object = SP_OBJECT(objects->data);
SPStyle * const style = SP_OBJECT_STYLE(object);