]> git.sur5r.net Git - glabels/blobdiff - src/new-label-dialog.h
Adeed British English translation
[glabels] / src / new-label-dialog.h
index 2029a9fc5d847e90b024c5369bc15c4500a8e16a..ccfd27fd525d5141f28099dfdb7a6b31d9be5abe 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _glNewLabelDialogPrivate  glNewLabelDialogPrivate;
 
 struct _glNewLabelDialog
 {
-       GtkDialog                parent_instance;
+       GtkAssistant             parent_instance;
 
        glNewLabelDialogPrivate *priv;
 
@@ -53,7 +53,9 @@ struct _glNewLabelDialog
 
 struct  _glNewLabelDialogClass
 {
-       GtkDialogClass           parent_class;
+       GtkAssistantClass        parent_class;
+
+        void (*complete) (glNewLabelDialog *this, gpointer user_data);
 };