! 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 !
Ignoring separator in xfce_confirm (libxfcegui4)
Status:
RESOLVED: FIXED
Product:
Libxfcegui4
Component:
General

Comments

Description Nick Schermer editbugs 2005-09-26 08:23:41 CEST
When using the xfce_confirm function in libxfcegui4, I get a warning from gtk-2.8:
Gtk-WARNING **: Ignoring the separator setting

So i tried the function without the following line:
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
and everything work fine (no sep. line is shown).

So if this also works with other gtk version the line could be removed.

Reproducible: Always
Steps to Reproduce:
1. Use function xfce_confirm

Actual Results:  
Ignoring separator warning (dialogs.c line 457)

Expected Results:  
No warning?? :P
Comment 1 Jasper Huijsmans editbugs 2005-09-26 08:36:05 CEST
Yeah, thanks. I've seen that many times, but never did anything about it. Fixed
in SVN.

Bug #1162

Reported by:
Nick Schermer
Reported on: 2005-09-26
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information