summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9bc8c3c)
raw | patch | inline | side by side (parent: 9bc8c3c)
author | mderezynski <mderezynski@users.sourceforge.net> | |
Thu, 18 May 2006 19:08:56 +0000 (19:08 +0000) | ||
committer | mderezynski <mderezynski@users.sourceforge.net> | |
Thu, 18 May 2006 19:08:56 +0000 (19:08 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index c306d16902805dd47cece36c066dc01bfd5a9b5d..de7b27c579e6210ba1e209117ffa2589c2a9141d 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
sp_text_toolbox_selection_changed (Inkscape::Selection *selection, GObject *tbl)
{
GtkWidget *cbox = GTK_WIDGET(g_object_get_data (G_OBJECT(tbl), "combo-box-family"));
- Inkscape::XML::Node *repr = 0;
- SPStyle *style = 0;
- bool multiple = false;
// create temporary style
SPStyle *query = sp_style_new ();