[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 08/15: GTK_DIALOG_NO_SEPARATOR was deprecated
noreply at xfce.org
noreply at xfce.org
Thu Apr 28 12:07:51 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-fsguard-plugin.
commit 27b95074be5088a87d5512418d4349c47f544515
Author: Landry Breuil <landry at xfce.org>
Date: Thu Apr 28 12:01:28 2016 +0200
GTK_DIALOG_NO_SEPARATOR was deprecated
---
panel-plugin/fsguard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index a3ed2a7..6db8cf7 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -248,7 +248,7 @@ fsguard_open_mnt (GtkWidget *widget, FsGuard *fsguard)
return;
GtkWidget *dialog;
- dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE,
+ dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE,
"Free Space Checker");
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("Unable to find an appropriate application to open the mount point"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list