meld r1286 - trunk



Author: vincele
Date: Thu Mar 26 08:26:11 2009
New Revision: 1286
URL: http://svn.gnome.org/viewvc/meld?rev=1286&view=rev

Log:
vcview should use historyentry API, not knowledge of its internals


Modified:
   trunk/vcview.py

Modified: trunk/vcview.py
==============================================================================
--- trunk/vcview.py	(original)
+++ trunk/vcview.py	Thu Mar 26 08:26:11 2009
@@ -227,7 +227,7 @@
     def _set_location(self, location):
         self.location = location
         self.model.clear()
-        self.fileentry.gtk_entry.set_text(location)
+        self.fileentry.set_filename(location)
         it = self.model.add_entries( None, [location] )
         self.treeview.grab_focus()
         self.treeview.get_selection().select_iter(it)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]