fix Tumbleweed build OBS-URL: https://build.opensuse.org/request/show/722992 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/xplayer?expand=0&rev=54
14 lines
466 B
Diff
14 lines
466 B
Diff
Index: xplayer-2.2.1/src/backend/gsd-osd-window.c
|
|
===================================================================
|
|
--- xplayer-2.2.1.orig/src/backend/gsd-osd-window.c
|
|
+++ xplayer-2.2.1/src/backend/gsd-osd-window.c
|
|
@@ -250,7 +250,7 @@ draw_action_custom (GsdOsdDrawContext *
|
|
g_free (name);
|
|
if (pixbuf == NULL)
|
|
{
|
|
- return FALSE;
|
|
+ return;
|
|
}
|
|
}
|
|
|