revert the change to frame.c

This commit is contained in:
Dana Jansens 2007-06-07 23:51:07 +00:00
parent fdc10b75d6
commit 69a5c9c234

View file

@ -1223,8 +1223,6 @@ ObFrameContext frame_context_from_string(const gchar *name)
return OB_FRAME_CONTEXT_BRCORNER;
else if (!g_ascii_strcasecmp("Top", name))
return OB_FRAME_CONTEXT_TOP;
else if (!g_ascii_strcasecmp("Handle", name))
return OB_FRAME_CONTEXT_BOTTOM;
else if (!g_ascii_strcasecmp("Bottom", name))
return OB_FRAME_CONTEXT_BOTTOM;
else if (!g_ascii_strcasecmp("Left", name))