diff options
-rw-r--r-- | src/connection-editor/nm-connection-editor.c | 3 | ||||
-rw-r--r-- | src/connection-editor/nm-connection-editor.h | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c index efb2d81a..f668d01f 100644 --- a/src/connection-editor/nm-connection-editor.c +++ b/src/connection-editor/nm-connection-editor.c @@ -541,8 +541,7 @@ nm_connection_editor_class_init (NMConnectionEditorClass *klass) g_signal_new (NM_CONNECTION_EDITOR_DONE, G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_FIRST, - G_STRUCT_OFFSET (NMConnectionEditorClass, done), - NULL, NULL, NULL, + 0, NULL, NULL, NULL, G_TYPE_NONE, 1, GTK_TYPE_RESPONSE_TYPE); } diff --git a/src/connection-editor/nm-connection-editor.h b/src/connection-editor/nm-connection-editor.h index 65391af2..fc55e2e7 100644 --- a/src/connection-editor/nm-connection-editor.h +++ b/src/connection-editor/nm-connection-editor.h @@ -79,9 +79,6 @@ typedef struct { typedef struct { GObjectClass parent_class; - - /* Signals */ - void (*done) (NMConnectionEditor *editor, gint result, GError *error); } NMConnectionEditorClass; typedef enum { |