! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Xfce4-clipman-plugin: incorrect usage of gtk_message_dialog_new_with_markup()
Status:
CLOSED: FIXED
Product:
Xfce4-clipman-plugin
Component:
General

Comments

Description Guido Berhoerster 2011-11-14 13:03:03 CET
Created attachment 3955 
fix gtk_message_dialog_new_with_markup() usage

gtk_message_dialog_new_with_markup() in panel-plugin/xfce4-clipman-settings.c is used incorrectly, it is a variadic function, the trailing NULL pointer thus needs to be removed. See attached patch for a fix.
Comment 1 Mike Massonnet editbugs 2011-11-14 20:09:23 CET
Thank you, fixed in git 0f0a0eb..b7586d0.

Bug #8147

Reported by:
Guido Berhoerster
Reported on: 2011-11-14
Last modified on: 2012-04-09

People

Assignee:
Mike Massonnet
CC List:
0 users

Version

Version:
unspecified

Attachments

fix gtk_message_dialog_new_with_markup() usage (979 bytes, patch)
2011-11-14 13:03 CET , Guido Berhoerster
no flags

Additional information