Mercurial > pidgin
diff src/gtknotify.c @ 6357:1fa4410d2e13
[gaim-migrate @ 6856]
Not much--I changed the code to show idle time for irc so it uses the core
sec_to_text function or whatever it's called. THEN I fixed a compile
error, AND THEN I fixed a compile warning, AND NOW I'm commiting. AND THEN
the storm released its fury upon the soil
...they should have known because he told them so...
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 02 Aug 2003 15:27:00 +0000 |
| parents | 76af8c066f8c |
| children | 8f94cce8faa5 |
line wrap: on
line diff
--- a/src/gtknotify.c Sat Aug 02 09:02:22 2003 +0000 +++ b/src/gtknotify.c Sat Aug 02 15:27:00 2003 +0000 @@ -48,7 +48,7 @@ static void message_response_cb(GtkDialog *dialog, gint id, GtkWidget *widget) { - gaim_notify_close(GAIM_NOTIFY_MESSAGE, data); + gaim_notify_close(GAIM_NOTIFY_MESSAGE, widget); } static void
