diff options
author | krion <krion@FreeBSD.org> | 2003-11-06 17:22:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-06 17:22:03 +0800 |
commit | 36e565bfdc2b5e2acce6557b8a9a2405496a99fd (patch) | |
tree | d0ef410ad1619081d3b08f7c699a6d733c7370f9 /deskutils/Makefile | |
parent | ccb1925d7ae66001dfba1914b80edfbb4a0377ad (diff) | |
download | freebsd-ports-gnome-36e565bfdc2b5e2acce6557b8a9a2405496a99fd.tar.gz freebsd-ports-gnome-36e565bfdc2b5e2acce6557b8a9a2405496a99fd.tar.zst freebsd-ports-gnome-36e565bfdc2b5e2acce6557b8a9a2405496a99fd.zip |
DragStacK, inspired by the drop stack of the PathFinder file
manager for OS X, is a KDE panel applet which provides a stack
of files / resources. Files or other resources can be dropped
onto the applet to add them to the stack, or dragged from the
applet to remove them from the stack.
PR: 58742
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 21d12b66948a..4331193e97f6 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -10,6 +10,7 @@ SUBDIR += cbb SUBDIR += checkrdf SUBDIR += dailystrips + SUBDIR += dragstack SUBDIR += gaddr SUBDIR += gcal SUBDIR += gdeskcal |