← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~gunnarhj/indicator-session/fix-636693 into lp:indicator-session

 

Gunnar Hjalmarsson has proposed merging lp:~gunnarhj/indicator-session/fix-636693 into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)


File: src/session-service.c
Function: activate_guest_session()
call for lock_if_possible() removed
-- 
https://code.launchpad.net/~gunnarhj/indicator-session/fix-636693/+merge/37200
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/session-service.c'
--- src/session-service.c	2010-08-12 14:17:03 +0000
+++ src/session-service.c	2010-09-30 23:56:48 +0000
@@ -415,8 +415,6 @@
 {
 	GError * error = NULL;
 
-	lock_if_possible();
-
 	if (dbusmenu_menuitem_property_get_bool(mi, USER_ITEM_PROP_LOGGED_IN)) {
 		if (users_service_dbus_activate_guest_session(USERS_SERVICE_DBUS(user_data))) {
 			return;


Follow ups