diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-02 05:01:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-02 05:01:54 +0800 |
commit | 646ed927c6691796df969502bf5031771ace99fb (patch) | |
tree | a6eb6f2379b37803c2afd0b67c89d29c3c80f4ac /libempathy-gtk/empathy-ui-utils.h | |
parent | 9def2fdc5c8a33a36a47b4552eb7e4c4368aab4f (diff) | |
download | gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.gz gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.bz2 gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.lz gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.xz gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.tar.zst gsoc2013-empathy-646ed927c6691796df969502bf5031771ace99fb.zip |
Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
svn path=/trunk/; revision=1942
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 932615027..4a6efc6d0 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -102,7 +102,8 @@ void empathy_window_present (GtkWindow *windo void empathy_window_iconify (GtkWindow *window, GtkStatusIcon *status_icon); GtkWindow * empathy_get_toplevel_window (GtkWidget *widget); -void empathy_url_show (const char *url); +void empathy_url_show (GtkWidget *parent, + const char *url); void empathy_toggle_button_set_state_quietly (GtkWidget *widget, GCallback callback, gpointer user_data, |