renamed...

2007-08-31  Michael Natterer  <mitch@gimp.org>

	* app/gui/sync-menu.[ch]: renamed...

	* app/gui/gtk-macmenu.[ch]: ...to these to match new namespace.

	* app/gui/Makefile.am
	* app/gui/gui.c: changed accordingly.


svn path=/trunk/; revision=23428
This commit is contained in:
Michael Natterer 2007-08-31 14:11:44 +00:00 committed by Michael Natterer
parent 340e4d315f
commit 8e422d85dc
5 changed files with 16 additions and 7 deletions

View file

@ -1,3 +1,12 @@
2007-08-31 Michael Natterer <mitch@gimp.org>
* app/gui/sync-menu.[ch]: renamed...
* app/gui/gtk-macmenu.[ch]: ...to these to match new namespace.
* app/gui/Makefile.am
* app/gui/gui.c: changed accordingly.
2007-08-31 Michael Natterer <mitch@gimp.org>
* app/gui/sync-menu.[ch]: new versions with sane namespace and

View file

@ -30,7 +30,7 @@ libappgui_a_SOURCES = \
splash.h \
themes.c \
themes.h \
sync-menu.c \
sync-menu.h
gtk-macmenu.c \
gtk-macmenu.h
EXTRA_DIST = makefile.msc

View file

@ -30,7 +30,7 @@
#include <Carbon/Carbon.h>
#include "sync-menu.h"
#include "gtk-macmenu.h"
/* TODO

View file

@ -21,8 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef __SYNC_MENU_H__
#define __SYNC_MENU_H__
#ifndef __GTK_MACMENU_H__
#define __GTK_MACMENU_H__
#include <gtk/gtk.h>
@ -38,4 +38,4 @@ void gtk_macmenu_set_prefs_item (GtkMenuItem *menu_item,
G_END_DECLS
#endif /* __SYNC_MENU_H__ */
#endif /* __GTK_MACMENU_H__ */

View file

@ -85,7 +85,7 @@
#include "splash.h"
#include "themes.h"
#ifdef HAVE_CARBON
#include "sync-menu.h"
#include "gtk-macmenu.h"
#endif /* HAVE_CARBON */
#include "gimp-intl.h"