plug-ins/imagemap/imap_main.[ch] plug-ins/imagemap/imap_menu.c finished
2007-05-10 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_main.[ch] * plug-ins/imagemap/imap_menu.c * plug-ins/imagemap/imap_command.c: finished port of Undo and Redo menus to GtkAction. Closes bug #138841. svn path=/trunk/; revision=22468
This commit is contained in:
committed by
Sven Neumann
parent
083f18555d
commit
62207445fd
@ -18,7 +18,6 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
@ -720,8 +719,7 @@ do_quit(void)
|
||||
check_if_changed(really_quit, NULL);
|
||||
}
|
||||
|
||||
#ifdef _NOT_READY_YET_
|
||||
static void
|
||||
void
|
||||
do_undo(void)
|
||||
{
|
||||
preview_freeze();
|
||||
@ -731,7 +729,7 @@ do_undo(void)
|
||||
preview_thaw();
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
do_redo(void)
|
||||
{
|
||||
preview_freeze();
|
||||
@ -740,7 +738,6 @@ do_redo(void)
|
||||
selection_thaw(_selection);
|
||||
preview_thaw();
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
save(void)
|
||||
|
||||
Reference in New Issue
Block a user