[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 01/01: Remove 32 character limit on mount point (#14367).

noreply at xfce.org noreply at xfce.org
Mon Apr 30 22:10:46 CEST 2018


This is an automated email from the git hooks/post-receive script.

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-fsguard-plugin.

commit e5f380754326c808e1508984f73bc5a2c970358f
Author: Kevin Bowring <kevinbowring at gmx.co.uk>
Date:   Sun Apr 29 21:26:35 2018 +0100

    Remove 32 character limit on mount point (#14367).
---
 panel-plugin/fsguard.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index d6a3f46..68eccc2 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -673,7 +673,6 @@ fsguard_create_options (XfcePanelPlugin *plugin, FsGuard *fsguard)
     GtkWidget *label1 = gtk_label_new (_("Mount point"));
     gtk_widget_set_valign(label1, GTK_ALIGN_CENTER);
     GtkWidget *entry1 = gtk_entry_new ();
-    gtk_entry_set_max_length (GTK_ENTRY (entry1), 32);
     gtk_entry_set_text (GTK_ENTRY (entry1), fsguard->path);
 
     GtkWidget *label3 = gtk_label_new (_("Warning limit (%)"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list