mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix build with clang
This commit is contained in:
parent
5c8f4fa0c2
commit
262d7e1806
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263622
@ -0,0 +1,11 @@
|
||||
--- panel-plugin/xfce4-clipman-settings.c.orig 2009-09-12 02:59:31.000000000 +0200
|
||||
+++ panel-plugin/xfce4-clipman-settings.c 2010-10-26 16:39:52.000000000 +0200
|
||||
@@ -661,7 +661,7 @@
|
||||
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);
|
Loading…
Reference in New Issue
Block a user