File xfce4-panel-plugin-clipman-1.1.3-fix-missing-return-value.patch of Package xfce4-panel-plugin-clipman
diff -urNp xfce4-clipman-plugin-1.1.3.orig/panel-plugin/xfce4-clipman-settings.c xfce4-clipman-plugin-1.1.3/panel-plugin/xfce4-clipman-settings.c
--- xfce4-clipman-plugin-1.1.3.orig/panel-plugin/xfce4-clipman-settings.c 2009-09-12 02:59:31.000000000 +0200
+++ xfce4-clipman-plugin-1.1.3/panel-plugin/xfce4-clipman-settings.c 2011-03-09 22:02:26.000000000 +0100
@@ -661,7 +661,7 @@ main (gint argc,
if (unique_app_send_message (app, UNIQUE_ACTIVATE, NULL) == UNIQUE_RESPONSE_OK)
{
g_object_unref (app);
- return;
+ return 0;
}
}
g_signal_connect (app, "message-received", G_CALLBACK (cb_unique_app), NULL);