diff options
-rw-r--r-- | tools/mate-color-select.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mate-color-select.c b/tools/mate-color-select.c index 7e30a76..9fad5c0 100644 --- a/tools/mate-color-select.c +++ b/tools/mate-color-select.c @@ -45,6 +45,7 @@ copy_color (GtkWidget *widget, GdkEvent *event, MateColorSelectionDialog *color gtk_clipboard_set_text (gtk_clipboard_get (GDK_SELECTION_CLIPBOARD), color_string, -1); g_free (color_string); + return 0; } int @@ -85,4 +86,5 @@ main (int argc, char **argv) /* start application */ gtk_main (); + return 0; } |