Mercurial > pidgin
comparison src/server.c @ 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 | 687572cf09a6 |
| children | c9ac1976ef01 |
comparison
equal
deleted
inserted
replaced
| 9708:d49a19e8320c | 9709:4d05b6e9e9cd |
|---|---|
| 33 #include "sound.h" | 33 #include "sound.h" |
| 34 #include "util.h" | 34 #include "util.h" |
| 35 | 35 |
| 36 /* XXX UI Stuff */ | 36 /* XXX UI Stuff */ |
| 37 #include "gaim.h" | 37 #include "gaim.h" |
| 38 #include "gtkdialogs.h" | |
| 38 #include "gtkimhtml.h" | 39 #include "gtkimhtml.h" |
| 39 #include "gtkutils.h" | 40 #include "gtkutils.h" |
| 40 #include "ui.h" | |
| 41 | 41 |
| 42 #define SECS_BEFORE_RESENDING_AUTORESPONSE 600 | 42 #define SECS_BEFORE_RESENDING_AUTORESPONSE 600 |
| 43 #define SEX_BEFORE_RESENDING_AUTORESPONSE "Only after you're married" | 43 #define SEX_BEFORE_RESENDING_AUTORESPONSE "Only after you're married" |
| 44 | 44 |
| 45 static void add_idle_buddy(GaimBuddy *buddy); | 45 static void add_idle_buddy(GaimBuddy *buddy); |
