@b4n requested changes on this pull request.

Apart from my pickyness, I don't see why not emitting this signal either, and this change shouldn't lead to logic issues in plugins.
So LGBI minus the prototype thing.


In src/project.c:

> @@ -83,7 +83,7 @@ typedef struct _PropertyDialogElements
 static gboolean update_config(const PropertyDialogElements *e, gboolean new_project);
 static void on_file_save_button_clicked(GtkButton *button, PropertyDialogElements *e);
 static gboolean load_config(const gchar *filename);
-static gboolean write_config(gboolean emit_signal);
+static gboolean write_config();

C prototype!! (void)


In src/project.c:

>   * Returns: TRUE if project file was written successfully. */
-static gboolean write_config(gboolean emit_signal)
+static gboolean write_config()

ditto


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.