diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-03 22:48:18 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-08-04 17:10:20 +0800 |
commit | 0ea5743214b87e35e92b867485d9c5a0f8b5e272 (patch) | |
tree | 04977d3652aa7506cae5c17e4e11ca9b53e37146 /src/empathy-main-window.h | |
parent | 07f472213136ac29908a323a9d7612894c7ee5b4 (diff) | |
download | gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar.gz gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar.bz2 gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar.lz gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar.xz gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.tar.zst gsoc2013-empathy-0ea5743214b87e35e92b867485d9c5a0f8b5e272.zip |
Allow to specify the tab to open in the preferences
https://bugzilla.gnome.org/show_bug.cgi?id=655884
Diffstat (limited to 'src/empathy-main-window.h')
-rw-r--r-- | src/empathy-main-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-main-window.h b/src/empathy-main-window.h index 064086ab3..4392e73e9 100644 --- a/src/empathy-main-window.h +++ b/src/empathy-main-window.h @@ -53,7 +53,8 @@ GType empathy_main_window_get_type (void); GtkWidget *empathy_main_window_dup (void); -void empathy_main_window_show_preferences (EmpathyMainWindow *window); +void empathy_main_window_show_preferences (EmpathyMainWindow *window, + gint tab); G_END_DECLS |