diff options
Diffstat (limited to 'x11-wm/xfce/files/patch-xfce::taskbar.c')
-rw-r--r-- | x11-wm/xfce/files/patch-xfce::taskbar.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/xfce/files/patch-xfce::taskbar.c b/x11-wm/xfce/files/patch-xfce::taskbar.c new file mode 100644 index 000000000000..9656aed6ca90 --- /dev/null +++ b/x11-wm/xfce/files/patch-xfce::taskbar.c @@ -0,0 +1,10 @@ +--- xfce/taskbar.c.old Fri Aug 6 23:00:40 2004 ++++ xfce/taskbar.c Fri Aug 6 23:01:03 2004 +@@ -1697,6 +1697,7 @@ + fprintf(f,"\tSortByUnsorted\n"); + break; + default: ++ break; + } + } + |