session: Remove double assignment
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Thu, 29 Sep 2011 14:35:24 +0000 (16:35 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Fri, 30 Sep 2011 06:32:01 +0000 (08:32 +0200)
The dirty flag is already cleared in append_notify()

src/session.c

index c0c3b90..885a3e6 100644 (file)
@@ -504,8 +504,6 @@ static gboolean session_notify(gpointer user_data)
 
        g_dbus_send_message(connection, msg);
 
-       session->info_dirty = FALSE;
-
        return FALSE;
 }