summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-07-07 15:06:18 +0000
committerNick Schermer <nick@xfce.org>2009-07-07 15:06:18 +0000
commit204f3543b17b92d2cff0762887143ee424427c14 (patch)
tree57ee8142450f1cdd8a3de63afe7ad2777f60dd99 /libxfce4ui/xfce-titled-dialog.c
parent0112b7fc4a9b1f4618de0c0b32e55ff26ba30e37 (diff)
downloadlibxfce4ui-204f3543b17b92d2cff0762887143ee424427c14.tar.gz
API changes requested by Brian.
Rename xfce_execute to xfce_spawn. I've also renamed both functions to match Glib/Gdk. Remove xfce_gdk_pixbuf_new_from_inline_at_size and xfce_gtk_dialog_parse_parent. Use GtkWindows's for the parents of the dialogs. Add support for secondary text in the info, warnings and questions dialog functions. Rename the internal function xfce_message_dialog_vnew to xfce_message_dialog_new_valist. (Old svn revision: 30214)
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index f451b53..3ab799d 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -102,7 +102,8 @@ xfce_titled_dialog_class_init (XfceTitledDialogClass *klass)
"subtitle",
"subtitle",
NULL,
- LIBXFCE4UI_PARAM_READWRITE));
+ G_PARAM_READWRITE
+ | G_PARAM_STATIC_STRINGS));
/* connect additional key bindings to the GtkDialog::close action signal */
binding_set = gtk_binding_set_by_class (klass);