Mercurial > pidgin
diff src/gtknotify.c @ 6465:fb64cc87bc96
[gaim-migrate @ 6974]
open_url() is gone forever! WOOHOO! Now we have gaim_notify_uri(). Oh, and
whitespace changes in some files, because they just really bugged me.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 14 Aug 2003 03:55:13 +0000 |
| parents | e006685f75aa |
| children | dd0eecfbe413 |
line wrap: on
line diff
--- a/src/gtknotify.c Thu Aug 14 03:28:17 2003 +0000 +++ b/src/gtknotify.c Thu Aug 14 03:55:13 2003 +0000 @@ -5,7 +5,7 @@ * gaim * * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -26,6 +26,7 @@ #include "debug.h" #include "prefs.h" #include "stock.h" +#include "util.h" #include "gtkimhtml.h" #include "gtknotify.h" @@ -58,7 +59,7 @@ email_response_cb(GtkDialog *dialog, gint id, GaimNotifyMailData *data) { if (id == 0) - open_url(NULL, data->url); + gaim_notify_uri(NULL, data->url); gaim_notify_close(GAIM_NOTIFY_EMAILS, data); } @@ -357,6 +358,7 @@ gaim_gtk_notify_email, gaim_gtk_notify_emails, gaim_gtk_notify_formatted, + gaim_gtk_notify_uri, gaim_gtk_close_notify };
