Give more space to the path for the socket

This commit is contained in:
Pierre Pronchery 2013-12-01 05:19:36 +01:00
parent 3c037eddb1
commit c298d04ade

View File

@ -62,7 +62,8 @@ typedef struct _PanelApplet
{ {
PanelAppletHelper * helper; PanelAppletHelper * helper;
char path[36]; /* FIXME dynamically allocate instead */
char path[256];
guint source; guint source;
int fd; int fd;
GIOChannel * channel; GIOChannel * channel;