Module: synfig
Branch: genete_width_points
Commit: 289a85b431e7480ecad71922bb0d4e062a6e5454
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=289a85b431e7480ecad71922bb0d4e062a6e5454

Author: Carlos Lopez <car...@pcnuevo.(none)>
Date:   Sun Aug  2 12:21:18 2009 +0200

Use same icon as Outline layer. May be later can be fixed with a new one.

---

 synfig-studio/trunk/src/gtkmm/iconcontroller.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp 
b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp
index 05301a7..c3667c7 100644
--- a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp
+++ b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp
@@ -407,7 +407,7 @@ studio::layer_icon(const synfig::String &layer)
                return Gtk::StockID("synfig-bline");
        else if(layer=="polygon")
                return Gtk::StockID("synfig-polygon");
-       else if(layer=="outline")
+       else if(layer=="outline" || layer=="enhancedoutline")
                return Gtk::StockID("synfig-width");
        else if(layer=="circle")
                return Gtk::StockID("synfig-circle");


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to