meld r1286 - trunk
- From: vincele svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1286 - trunk
- Date: Thu, 26 Mar 2009 08:26:11 +0000 (UTC)
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]