diff src/Makefile.mingw @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents b7d851a6a098
children 60705fd4f411
line wrap: on
line diff
--- a/src/Makefile.mingw	Sun Aug 08 00:03:12 2004 +0000
+++ b/src/Makefile.mingw	Sun Aug 08 00:48:19 2004 +0000
@@ -87,7 +87,6 @@
 			conversation.c \
 			core.c \
 			debug.c \
-			dialogs.c \
 			dnd-hints.c \
 			eventloop.c \
 			ft.c \
@@ -98,6 +97,7 @@
 			gtkconv.c \
 			gtkcellrendererprogress.c \
 			gtkdebug.c \
+			gtkdialogs.c \
 			gtkeventloop.c \
 			gtkft.c \
 			gtkimhtml.c \