app: move new "about.h" include to its place, add some newlines
This commit is contained in:
@ -97,6 +97,7 @@ gimp_error_dialog_finalize (GObject *object)
|
||||
|
||||
g_list_free_full (dialog->messages,
|
||||
gimp_error_dialog_message_destroy);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
@ -117,6 +118,7 @@ gimp_error_dialog_message_destroy (gpointer data)
|
||||
g_free (item);
|
||||
}
|
||||
|
||||
|
||||
/* public functions */
|
||||
|
||||
GtkWidget *
|
||||
|
Reference in New Issue
Block a user