Add my copyright to files I've modified.
[synfig.git] / synfig-studio / trunk / src / gtkmm / keyframeactionmanager.cpp
index b25290d..79d8e5e 100644 (file)
@@ -2,10 +2,11 @@
 /*!    \file keyframeactionmanager.cpp
 **     \brief Template File
 **
-**     $Id: keyframeactionmanager.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -238,7 +239,7 @@ KeyframeActionManager::refresh()
                        action->set_sensitive(false);
        }
 
-       ui_info="<ui><menubar action='menu-main'><menu action='menu-keyframe'>"+ui_info+"</menu></menubar></ui>";
+       ui_info="<ui><popup action='menu-main'><menu action='menu-keyframe'>"+ui_info+"</menu></popup></ui>";
        popup_id_=get_ui_manager()->add_ui_from_string(ui_info);
 #ifdef ONE_ACTION_GROUP
 #else