diff --git a/gtk/main.c b/gtk/main.c index bf882fa4b..9d40f8178 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -2090,8 +2090,10 @@ static void linphone_gtk_quit(void){ quit_done=TRUE; linphone_gtk_quit_core(); linphone_gtk_uninit_instance(); +#ifndef HAVE_GTK_OSX g_object_unref(icon); icon=NULL; +#endif #ifdef HAVE_NOTIFY notify_uninit(); #endif diff --git a/po/POTFILES.in b/po/POTFILES.in index 96893ed99..988253adb 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -12,6 +12,7 @@ gtk/buddylookup.c gtk/setupwizard.c gtk/incall_view.c gtk/loginframe.c +gtk/config-fetching.c [type: gettext/glade]gtk/main.ui [type: gettext/glade]gtk/about.ui [type: gettext/glade]gtk/contact.ui @@ -28,6 +29,8 @@ gtk/loginframe.c [type: gettext/glade]gtk/tunnel_config.ui [type: gettext/glade]gtk/keypad.ui [type: gettext/glade]gtk/ldap.ui +[type: gettext/glade]gtk/config-uri.ui +[type: gettext/glade]gtk/provisioning-fetch.ui coreapi/linphonecore.c coreapi/misc.c coreapi/presence.c