[gedit-plugins] commander: no need for specifying the length of the string.



commit e4886115c117464c8a3e77a1deb662f825192dd4
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Sep 6 10:44:36 2011 +0200

    commander: no need for specifying the length of the string.

 plugins/commander/commander/entry.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/commander/commander/entry.py b/plugins/commander/commander/entry.py
index 10f2a1f..a70d630 100644
--- a/plugins/commander/commander/entry.py
+++ b/plugins/commander/commander/entry.py
@@ -75,7 +75,7 @@ class Entry(Gtk.EventBox):
 GtkEntry#gedit-commander-entry {
 	gtk-key-bindings: terminal-like-bindings
 }
-""", -1)
+""")
 
 		# FIXME: remove hardcopy of 600 (GTK_STYLE_PROVIDER_PRIORITY_APPLICATION)
 		# https://bugzilla.gnome.org/show_bug.cgi?id=646860



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