summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: deb60ad)
raw | patch | inline | side by side (parent: deb60ad)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 18 Aug 2006 06:14:00 +0000 (06:14 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 18 Aug 2006 06:14:00 +0000 (06:14 +0000) |
src/desktop.cpp | patch | blob | history |
diff --git a/src/desktop.cpp b/src/desktop.cpp
index 51580249e1fc9de49e6a19ebf345d3709543e41b..57d89c5bcb4a47550b502d78daa5d4e92a201369 100644 (file)
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
_sel_modified_connection.disconnect();
_sel_changed_connection.disconnect();
_modified_connection.disconnect();
+ _commit_connection.disconnect();
+ _reconstruction_start_connection.disconnect();
+ _reconstruction_finish_connection.disconnect();
+
+ g_signal_handlers_disconnect_by_func(G_OBJECT (acetate), (gpointer) G_CALLBACK(sp_desktop_root_handler), this);
+ g_signal_handlers_disconnect_by_func(G_OBJECT (main), (gpointer) G_CALLBACK(sp_desktop_root_handler), this);
+ g_signal_handlers_disconnect_by_func(G_OBJECT (drawing), (gpointer) G_CALLBACK(_arena_handler), this);
while (event_context) {
SPEventContext *ec = event_context;
delete _guides_message_context;
_guides_message_context = NULL;
- _modified_connection.disconnect();
-
g_list_free (zooms_past);
g_list_free (zooms_future);
}