alacarte r421 - in trunk: . Alacarte



Author: cosimoc
Date: Wed Feb  4 12:08:55 2009
New Revision: 421
URL: http://svn.gnome.org/viewvc/alacarte?rev=421&view=rev

Log:
2009-02-04  Cosimo Cecchi  <cosimoc gnome org>

	* Alacarte/MainWindow.py: removed a call to
	gnome.ui.authentication_manager_init(), as that's not needed
	with GIO anymore. Thanks to Andreas Proschofsky.


Modified:
   trunk/Alacarte/MainWindow.py
   trunk/ChangeLog

Modified: trunk/Alacarte/MainWindow.py
==============================================================================
--- trunk/Alacarte/MainWindow.py	(original)
+++ trunk/Alacarte/MainWindow.py	Wed Feb  4 12:08:55 2009
@@ -71,7 +71,6 @@
 		keyval, modifier = gtk.accelerator_parse('F1')
 		accelgroup.connect_group(keyval, modifier, gtk.ACCEL_VISIBLE, self.on_help_button_clicked)
 		self.tree.get_widget('mainwindow').add_accel_group(accelgroup)
-		gnome.ui.authentication_manager_init()
 
 	def run(self):
 		self.loadMenus()



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