projects
/
dana
/
obconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e60ce2
)
missing the topright option for the dock
author
Dana Jansens
<danakj@orodu.net>
Thu, 21 Jun 2007 03:12:19 +0000
(
03:12
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 21 Jun 2007 03:12:19 +0000
(
03:12
+0000)
src/dock.c
patch
|
blob
|
history
diff --git
a/src/dock.c
b/src/dock.c
index dc35c5d6e8a5224db0f4bd38bcf10cf828bcc8fe..c1b8d543b83c36bcc88e7759e4d746cba49bd90c 100644
(file)
--- a/
src/dock.c
+++ b/
src/dock.c
@@
-73,6
+73,7
@@
void dock_setup_tab()
w = get_widget("dock_position");
s = tree_get_string("dock/position", "TopLeft");
if (!strcasecmp(s, "Top")) pos = POSITION_TOP;
+ else if (!strcasecmp(s, "TopRight")) pos = POSITION_TOPRIGHT;
else if (!strcasecmp(s, "Left")) pos = POSITION_LEFT;
else if (!strcasecmp(s, "Right")) pos = POSITION_RIGHT;
else if (!strcasecmp(s, "BottomLeft")) pos = POSITION_BOTTOMLEFT;