]> granicus.if.org Git - graphviz/commitdiff
fix build breakage: Color_Widget -> Color_Widget_bg ????
authorellson <devnull@localhost>
Tue, 3 Nov 2009 14:34:27 +0000 (14:34 +0000)
committerellson <devnull@localhost>
Tue, 3 Nov 2009 14:34:27 +0000 (14:34 +0000)
cmd/smyrna/gui/frmobjectui.c

index d5704d72922df988ec7dfd3dbe7416c8581ba9b9..a4d9de08f94bcf33db2ab10d4b0205b8707580c4 100644 (file)
@@ -188,7 +188,7 @@ attr_list* attr_list_new(Agraph_t * g,int with_widgets )
                          GDK_SCROLL | GDK_VISIBILITY_NOTIFY_MASK);
 
                        gtk_widget_show((GtkWidget*)l->fLabels[id]);
-                       Color_Widget("blue",(GtkWidget*)l->fLabels[id]);
+                       Color_Widget_bg("blue",(GtkWidget*)l->fLabels[id]);
                        gtk_fixed_put((GtkFixed*)glade_xml_get_widget(xml, "fixed6"),(GtkWidget*)l->fLabels[id],10,110+id * 13);
                }
        }
@@ -1426,4 +1426,4 @@ void load_attributes()
     }
 }
 
-#endif
\ No newline at end of file
+#endif