gnome-applets r10758 - in trunk/invest-applet: . invest



Author: callum
Date: Sun Mar 16 03:32:12 2008
New Revision: 10758
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10758&view=rev

Log:
Remove glade references in the invest applet missed by the GtkBuilder patch.

Modified:
   trunk/invest-applet/ChangeLog
   trunk/invest-applet/invest/invest-applet.py

Modified: trunk/invest-applet/invest/invest-applet.py
==============================================================================
--- trunk/invest-applet/invest/invest-applet.py	(original)
+++ trunk/invest-applet/invest/invest-applet.py	Sun Mar 16 03:32:12 2008
@@ -28,8 +28,6 @@
 gettext.textdomain(invest.defs.GETTEXT_PACKAGE)
 locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR)
 locale.textdomain(invest.defs.GETTEXT_PACKAGE)
-gtk.glade.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR)
-gtk.glade.textdomain(invest.defs.GETTEXT_PACKAGE)
 
 from gettext import gettext as _
 



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