Give more space to the path for the socket
This commit is contained in:
parent
3c037eddb1
commit
c298d04ade
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user