File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/* -
22 * Copyright (c) 2015-2016 elementary LLC.
3- * Copyright (C) 2015-2016 Ikey Doherty <ikey@solus-project.com>
3+ * Copyright (C) 2015-2016 Ikey Doherty <ikey@solus-project.com>
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU Lesser General Public License as published by
@@ -61,8 +61,8 @@ namespace Ag {
6161 return false ;
6262 }
6363
64- sclient. query_end_session. connect (session_respond);
65- sclient. end_session. connect (session_respond);
64+ sclient. query_end_session. connect ((flags) = > session_respond (sclient, flags) );
65+ sclient. end_session. connect ((flags) = > session_respond (sclient, flags) );
6666 sclient. stop. connect (session_stop);
6767
6868 return true ;
You can’t perform that action at this time.
0 commit comments