summaryrefslogtreecommitdiff
blob: 9c448e0282f75301bcae26211db8c6ed3a59fac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -NurdB dasher-3.2.10-orig/Src/Gtk2/dasher.cc dasher-3.2.10/Src/Gtk2/dasher.cc
--- dasher-3.2.10-orig/Src/Gtk2/dasher.cc	2004-05-11 17:00:03.000000000 -0500
+++ dasher-3.2.10/Src/Gtk2/dasher.cc	2004-05-11 17:01:12.000000000 -0500
@@ -280,7 +280,7 @@
   }
   
   // Do the same for colours
-  colourtreeview = glade_xml_get_widget(widgets,"ColorTree");  
+  colourtreeview = glade_xml_get_widget(widgets,"ColourTree");
 
   // Make sure that the colour tree is realized now as we'll need to do
   // stuff with it before it's actually displayed