]> git.0d.be Git - empathy.git/log
empathy.git
11 years agoUpdated Greek help translation
Tom Tryfonidis [Thu, 13 Sep 2012 10:27:47 +0000 (13:27 +0300)]
Updated Greek help translation

11 years agoindividual-menu: fix GeeIterator leak
Guillaume Desmottes [Wed, 12 Sep 2012 13:14:11 +0000 (15:14 +0200)]
individual-menu: fix GeeIterator leak

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agoempathy-contact: fix priv->logged_alias leak
Guillaume Desmottes [Wed, 12 Sep 2012 13:07:55 +0000 (15:07 +0200)]
empathy-contact: fix priv->logged_alias leak

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agotheme-adium: free the result of g_strsplit with g_strfreev
Guillaume Desmottes [Wed, 12 Sep 2012 13:06:28 +0000 (15:06 +0200)]
theme-adium: free the result of g_strsplit with g_strfreev

Freeing with g_free() doesn't free the content of the array.

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agotheme-adium: fix priv->variant leak
Guillaume Desmottes [Wed, 12 Sep 2012 13:06:09 +0000 (15:06 +0200)]
theme-adium: fix priv->variant leak

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agoFinnish translation update by Jiri Grönroos
Ville-Pekka Vainio [Wed, 12 Sep 2012 19:28:26 +0000 (22:28 +0300)]
Finnish translation update by Jiri Grönroos

11 years agouk update
Daniel Korostil [Wed, 12 Sep 2012 17:44:11 +0000 (20:44 +0300)]
uk update

11 years agoUpdated Arabic translation
Ibrahim Saed [Wed, 12 Sep 2012 14:30:59 +0000 (15:30 +0100)]
Updated Arabic translation

11 years agoaccounts-dialog: add icons cache
Guillaume Desmottes [Tue, 1 May 2012 10:37:11 +0000 (12:37 +0200)]
accounts-dialog: add icons cache

Saves us from loading the same icons from the disk again and again.

https://bugzilla.gnome.org/show_bug.cgi?id=675220

11 years agoaccounts-dialog: set pixbuf on the cell rather than the icon-name
Guillaume Desmottes [Tue, 1 May 2012 10:12:48 +0000 (12:12 +0200)]
accounts-dialog: set pixbuf on the cell rather than the icon-name

https://bugzilla.gnome.org/show_bug.cgi?id=675220

11 years agorename empathy_roster_model_get_groups_for_individual() to _dup_
Guillaume Desmottes [Wed, 12 Sep 2012 12:42:40 +0000 (14:42 +0200)]
rename empathy_roster_model_get_groups_for_individual() to _dup_

It matches tp-glib naming convention now that the returned list is (transfer
full).

11 years agoempathy_roster_model_get_groups_for_individual: return a (transfer full) list
Guillaume Desmottes [Wed, 12 Sep 2012 11:12:51 +0000 (13:12 +0200)]
empathy_roster_model_get_groups_for_individual: return a (transfer full) list

gee_iterator_get() returns a new string, so we have to pass its ownership to
the list to not leak it.

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agoconnection-aggregator: fix contacts array leak
Guillaume Desmottes [Wed, 12 Sep 2012 11:07:33 +0000 (13:07 +0200)]
connection-aggregator: fix contacts array leak

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agofilter_groups: don't leak the widgets list
Guillaume Desmottes [Wed, 12 Sep 2012 10:25:24 +0000 (12:25 +0200)]
filter_groups: don't leak the widgets list

https://bugzilla.gnome.org/show_bug.cgi?id=683864

11 years agoroster-window: unprepare the individual manager before destroying the roster
Guillaume Desmottes [Thu, 19 Jul 2012 08:41:23 +0000 (10:41 +0200)]
roster-window: unprepare the individual manager before destroying the roster

https://bugzilla.gnome.org/show_bug.cgi?id=660128

11 years agoadd empathy_individual_manager_unprepare_async()
Guillaume Desmottes [Thu, 19 Jul 2012 08:40:00 +0000 (10:40 +0200)]
add empathy_individual_manager_unprepare_async()

https://bugzilla.gnome.org/show_bug.cgi?id=660128

11 years agodepend on Folks 0.7.3
Guillaume Desmottes [Wed, 12 Sep 2012 09:48:37 +0000 (11:48 +0200)]
depend on Folks 0.7.3

Needed for IndividualAggregator.unprepare()

11 years agoThere is no gstreamer-interfaces in 1.0, they are in audio/video
Olivier Crête [Tue, 11 Sep 2012 22:09:07 +0000 (18:09 -0400)]
There is no gstreamer-interfaces in 1.0, they are in audio/video

11 years agoempathy_roster_window_init: don't call set_notebook_page()
Guillaume Desmottes [Wed, 12 Sep 2012 08:48:11 +0000 (10:48 +0200)]
empathy_roster_window_init: don't call set_notebook_page()

We should wait for the AM to be prepared (which is done in this function)
before calling set_notebook_page() as it calls
empathy_account_manager_get_accounts_connected() which relies on the AM being
prepared.

https://bugzilla.gnome.org/show_bug.cgi?id=683854

11 years agoUOA mc plugin: Don't crash if auth failure is removed on an unknown IM service
Xavier Claessens [Wed, 12 Sep 2012 08:42:30 +0000 (10:42 +0200)]
UOA mc plugin: Don't crash if auth failure is removed on an unknown IM service

11 years agoUpdated Marathi Translations
Sandeep Sheshrao Shedmake [Wed, 12 Sep 2012 07:28:45 +0000 (12:58 +0530)]
Updated Marathi Translations

11 years agoAssamese translation updated
Nilamdyuti Goswami [Tue, 11 Sep 2012 14:38:01 +0000 (20:08 +0530)]
Assamese translation updated

11 years agouse tp_connection_dup_contact_info_supported_fields()
Guillaume Desmottes [Tue, 11 Sep 2012 12:45:20 +0000 (14:45 +0200)]
use tp_connection_dup_contact_info_supported_fields()

tp_connection_get_contact_info_supported_fields() has been deprecated

11 years agouse tp_contact_dup_contact_info()
Guillaume Desmottes [Tue, 11 Sep 2012 12:42:51 +0000 (14:42 +0200)]
use tp_contact_dup_contact_info()

tp_contact_get_contact_info() has been deprecated.

11 years agouse tp_channel_dup_immutable_properties()
Guillaume Desmottes [Tue, 11 Sep 2012 12:10:22 +0000 (14:10 +0200)]
use tp_channel_dup_immutable_properties()

tp_channel_borrow_immutable_properties() has been deprecated.

11 years agosasl-handler: factor out channel_has_may_save_response()
Guillaume Desmottes [Tue, 11 Sep 2012 12:34:12 +0000 (14:34 +0200)]
sasl-handler: factor out channel_has_may_save_response()

11 years agoevent-manager: use empathy_sasl_channel_supports_mechanism()
Guillaume Desmottes [Tue, 11 Sep 2012 12:03:58 +0000 (14:03 +0200)]
event-manager: use empathy_sasl_channel_supports_mechanism()

There is no point re-implementing it.

11 years agouse tp_channel_get_connection()
Guillaume Desmottes [Tue, 11 Sep 2012 10:43:34 +0000 (12:43 +0200)]
use tp_channel_get_connection()

tp_channel_get_connection() has been deprecated.

11 years agouse tp_text_channel_dup_pending_messages()
Guillaume Desmottes [Tue, 11 Sep 2012 10:41:37 +0000 (12:41 +0200)]
use tp_text_channel_dup_pending_messages()

tp_text_channel_get_pending_messages() has been deprecated.

11 years agouse tp_account_manager_dup_valid_accounts()
Guillaume Desmottes [Tue, 11 Sep 2012 10:35:26 +0000 (12:35 +0200)]
use tp_account_manager_dup_valid_accounts()

tp_account_manager_get_valid_accounts() has been deprecated.

Fix an accounts list leak in empathy-sanity-cleaning.

11 years agoDepend on telepathy-glib 0.19.9
Guillaume Desmottes [Tue, 11 Sep 2012 13:10:16 +0000 (15:10 +0200)]
Depend on telepathy-glib 0.19.9

We are going to use the new version of some deprecated API.

11 years agoroster-view: clear the view when disposing
Guillaume Desmottes [Mon, 10 Sep 2012 09:14:22 +0000 (11:14 +0200)]
roster-view: clear the view when disposing

https://bugzilla.gnome.org/show_bug.cgi?id=683699

11 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Mon, 10 Sep 2012 11:08:23 +0000 (19:08 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

11 years agoUpdated Portuguese translation
Duarte Loreto [Mon, 10 Sep 2012 06:51:27 +0000 (07:51 +0100)]
Updated Portuguese translation

11 years agoUpdated Korean translation
Changwoo Ryu [Sun, 9 Sep 2012 09:58:51 +0000 (18:58 +0900)]
Updated Korean translation

11 years agoUpdated Czech translation
Marek Černocký [Sun, 9 Sep 2012 06:48:35 +0000 (08:48 +0200)]
Updated Czech translation

11 years agoUpdated Greek translation
Tom Tryfonidis [Sat, 8 Sep 2012 09:13:47 +0000 (12:13 +0300)]
Updated Greek translation

11 years agoUpdated Lithuanian translation
Aurimas Černius [Fri, 7 Sep 2012 17:17:10 +0000 (20:17 +0300)]
Updated Lithuanian translation

11 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Fri, 7 Sep 2012 14:54:48 +0000 (17:54 +0300)]
Updated Belarusian translation.

11 years agoremove release flag
Guillaume Desmottes [Fri, 7 Sep 2012 13:14:18 +0000 (15:14 +0200)]
remove release flag

11 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 7 Sep 2012 13:03:44 +0000 (16:03 +0300)]
Updated Hebrew translation.

11 years agoprepare 3.5.91.1
Guillaume Desmottes [Fri, 7 Sep 2012 12:47:11 +0000 (14:47 +0200)]
prepare 3.5.91.1

11 years agoadd a FIXME about the initial value of the 'remember' checkbox
Guillaume Desmottes [Fri, 7 Sep 2012 12:31:58 +0000 (14:31 +0200)]
add a FIXME about the initial value of the 'remember' checkbox

11 years agoaccount-settings: always save the password into the password storage
Guillaume Desmottes [Fri, 7 Sep 2012 12:25:57 +0000 (14:25 +0200)]
account-settings: always save the password into the password storage

This ensures that the password is stored with the proper 'remember' value.

11 years agoconsider account widget has changed if the remember checkbox is changed
Guillaume Desmottes [Fri, 7 Sep 2012 10:18:17 +0000 (12:18 +0200)]
consider account widget has changed if the remember checkbox is changed

https://bugzilla.gnome.org/show_bug.cgi?id=683397

11 years agoEmpathyRosterWindow: refactor error infobar code
Xavier Claessens [Fri, 7 Sep 2012 10:57:37 +0000 (12:57 +0200)]
EmpathyRosterWindow: refactor error infobar code

11 years agoaccounts_dialog_update_settings: fix if no account is selected
Guillaume Desmottes [Fri, 7 Sep 2012 09:07:57 +0000 (11:07 +0200)]
accounts_dialog_update_settings: fix if no account is selected

The logic changed if no account is selected as new account are now added using
a separated dialog. So if no account is selected we can certainly add a new
account but not remove anything.

https://bugzilla.gnome.org/show_bug.cgi?id=683442

11 years agoll-xmpp-assistant: deal with the im-local-xmpp not being found
Guillaume Desmottes [Fri, 7 Sep 2012 08:56:11 +0000 (10:56 +0200)]
ll-xmpp-assistant: deal with the im-local-xmpp not being found

For some reason my test user can't find it; best to not raise warnings in this
case.

https://bugzilla.gnome.org/show_bug.cgi?id=683442

11 years agomcp-account-manager-uoa: reconnect accounts when they are not failing any more
Guillaume Desmottes [Wed, 5 Sep 2012 09:58:35 +0000 (11:58 +0200)]
mcp-account-manager-uoa: reconnect accounts when they are not failing any more

We want to automatically reconnect failing accounts when user refreshed the
credentials.

https://bugzilla.gnome.org/show_bug.cgi?id=683409

11 years agoDepend on mission-control 5.13.1
Guillaume Desmottes [Fri, 7 Sep 2012 07:14:57 +0000 (09:14 +0200)]
Depend on mission-control 5.13.1

Needed for the new reconnect plugin API.

11 years agowebcredentials-monitor: track failures
Guillaume Desmottes [Wed, 5 Sep 2012 09:33:21 +0000 (11:33 +0200)]
webcredentials-monitor: track failures

https://bugzilla.gnome.org/show_bug.cgi?id=683409

11 years agowebcredentials-monitor: get a proxy on the D-Bus object
Guillaume Desmottes [Wed, 5 Sep 2012 08:47:41 +0000 (10:47 +0200)]
webcredentials-monitor: get a proxy on the D-Bus object

https://bugzilla.gnome.org/show_bug.cgi?id=683409

11 years agoadd empathy-webcredentials-monitor
Guillaume Desmottes [Wed, 5 Sep 2012 07:44:45 +0000 (09:44 +0200)]
add empathy-webcredentials-monitor

Just the skeleton so far.

https://bugzilla.gnome.org/show_bug.cgi?id=683409

11 years ago[l10n] Updated Italian translation.
Milo Casagrande [Thu, 6 Sep 2012 21:16:02 +0000 (23:16 +0200)]
[l10n] Updated Italian translation.

11 years ago[l10n] Updated Italian translation.
Milo Casagrande [Thu, 6 Sep 2012 20:17:38 +0000 (22:17 +0200)]
[l10n] Updated Italian translation.

11 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 6 Sep 2012 18:51:36 +0000 (20:51 +0200)]
Updated Slovenian translation

11 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 6 Sep 2012 16:22:38 +0000 (18:22 +0200)]
Updated Spanish translation

11 years agoroster-window: display loading page when reconnecting accounts
Guillaume Desmottes [Thu, 6 Sep 2012 14:25:23 +0000 (16:25 +0200)]
roster-window: display loading page when reconnecting accounts

https://bugzilla.gnome.org/show_bug.cgi?id=683501

11 years agoroster-window: inline hide/show_contacts_loading in set_notebook_page()
Guillaume Desmottes [Thu, 6 Sep 2012 14:15:59 +0000 (16:15 +0200)]
roster-window: inline hide/show_contacts_loading in set_notebook_page()

It's cleaner to have all the logic deciding which page to display in
set_notebook_page().

https://bugzilla.gnome.org/show_bug.cgi?id=683501

11 years agoroster-window: update the roster page when the most available presence changes
Guillaume Desmottes [Thu, 6 Sep 2012 13:48:33 +0000 (15:48 +0200)]
roster-window: update the roster page when the most available presence changes

Fix a race between all the contacts being removed, and so the roster
being empty, and the presence notification.

11 years agoactually display the 'go online' button
Guillaume Desmottes [Thu, 6 Sep 2012 13:41:47 +0000 (15:41 +0200)]
actually display the 'go online' button

I added this flag exactly for this and then forgot to use it...

11 years agoDon't show "Topic: " in tooltips if there is none
Will Thompson [Thu, 6 Sep 2012 00:14:41 +0000 (20:14 -0400)]
Don't show "Topic: " in tooltips if there is none

I think I made this regress when I made Empathy understand the new
Subject interface.

https://bugzilla.gnome.org/show_bug.cgi?id=683453

11 years agoUpdated Brazilian Portuguese translation.
Fábio Nogueira [Thu, 6 Sep 2012 13:09:33 +0000 (09:09 -0400)]
Updated Brazilian Portuguese translation.

11 years agoFixed path to accounts-plugin-widget.c file.
Og B. Maciel [Thu, 6 Sep 2012 13:08:17 +0000 (09:08 -0400)]
Fixed path to accounts-plugin-widget.c file.

11 years agol10n: Updated Persian translation
Arash Mousavi [Thu, 6 Sep 2012 12:32:34 +0000 (17:02 +0430)]
l10n: Updated Persian translation

11 years agoUOA account plugins: move shared code to a shared lib
Guillaume Desmottes [Thu, 6 Sep 2012 08:12:44 +0000 (10:12 +0200)]
UOA account plugins: move shared code to a shared lib

Avoid to redefine existing symbols when different plugins are loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=683415

11 years agoMove account plugins to their own dir
Guillaume Desmottes [Thu, 6 Sep 2012 07:49:10 +0000 (09:49 +0200)]
Move account plugins to their own dir

https://bugzilla.gnome.org/show_bug.cgi?id=683415

11 years agoGenerate one GType per UOA protocol plugin
Guillaume Desmottes [Wed, 5 Sep 2012 13:59:26 +0000 (15:59 +0200)]
Generate one GType per UOA protocol plugin

Each plugin now has its own GType inheriting from EmpathyAccountsPlugin which
is cleaner.

https://bugzilla.gnome.org/show_bug.cgi?id=683415

11 years agoUpdated Indonesian translation
Andika Triwidada [Thu, 6 Sep 2012 08:45:36 +0000 (15:45 +0700)]
Updated Indonesian translation

11 years agoupdate tests/interactive/.gitignore
Guillaume Desmottes [Thu, 6 Sep 2012 08:01:18 +0000 (10:01 +0200)]
update tests/interactive/.gitignore

11 years agoUpdated Polish translation
Piotr Drąg [Wed, 5 Sep 2012 17:35:57 +0000 (19:35 +0200)]
Updated Polish translation

11 years agoupdated Tamil translation
Dr.T.Vasudevan [Wed, 5 Sep 2012 16:05:13 +0000 (21:35 +0530)]
updated Tamil translation

11 years agoUpdate French translation
Alexandre Franke [Wed, 5 Sep 2012 13:56:32 +0000 (15:56 +0200)]
Update French translation

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 5 Sep 2012 10:42:05 +0000 (12:42 +0200)]
Updated Norwegian bokmål translation

11 years agoUpdated Serbian translation
Мирослав Николић [Wed, 5 Sep 2012 09:53:28 +0000 (11:53 +0200)]
Updated Serbian translation

11 years agoUpdated Galician translations
Fran Diéguez [Wed, 5 Sep 2012 08:32:15 +0000 (10:32 +0200)]
Updated Galician translations

11 years agoroster-window: display a button to go online
Guillaume Desmottes [Tue, 4 Sep 2012 13:04:25 +0000 (15:04 +0200)]
roster-window: display a button to go online

https://bugzilla.gnome.org/show_bug.cgi?id=683326

11 years agodisplay_page_message: use a flag instead of booleans
Guillaume Desmottes [Tue, 4 Sep 2012 12:39:02 +0000 (14:39 +0200)]
display_page_message: use a flag instead of booleans

More scalable.

https://bugzilla.gnome.org/show_bug.cgi?id=683326

11 years agoroster-window: display a specific message when we are offline
Guillaume Desmottes [Tue, 4 Sep 2012 12:34:10 +0000 (14:34 +0200)]
roster-window: display a specific message when we are offline

https://bugzilla.gnome.org/show_bug.cgi?id=683326

11 years agoUpdated British English translation
Bruce Cowan [Tue, 4 Sep 2012 10:54:05 +0000 (11:54 +0100)]
Updated British English translation

11 years agoremove released flag
Guillaume Desmottes [Tue, 4 Sep 2012 09:22:09 +0000 (11:22 +0200)]
remove released flag

11 years agoprepare 3.5.91
Guillaume Desmottes [Tue, 4 Sep 2012 09:07:51 +0000 (11:07 +0200)]
prepare 3.5.91

11 years agoroster-view: compare groups using strcmp
Guillaume Desmottes [Tue, 4 Sep 2012 08:11:04 +0000 (10:11 +0200)]
roster-view: compare groups using strcmp

Groups are added to the list in another file (the model) so the string will
have another address than the one in the view.

https://bugzilla.gnome.org/show_bug.cgi?id=683314

11 years agoroster-view: don't display offline not favorite top contacts
Guillaume Desmottes [Thu, 30 Aug 2012 08:10:38 +0000 (10:10 +0200)]
roster-view: don't display offline not favorite top contacts

We just want to always display the favorites offline contacts in the top
contact section.

One may say that we are kinda breaking the model group abstraction, which is
probably true. Ideally we may want to have a roster view subclass implementing
the top contact logic but life is too short.

https://bugzilla.gnome.org/show_bug.cgi?id=683022

11 years agomodel-manager: connect on the "favourites-changed" signal
Guillaume Desmottes [Thu, 30 Aug 2012 09:18:59 +0000 (11:18 +0200)]
model-manager: connect on the "favourites-changed" signal

That's a proper signal, not a property change.

https://bugzilla.gnome.org/show_bug.cgi?id=683022

11 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 4 Sep 2012 07:22:25 +0000 (09:22 +0200)]
Updated Hungarian translation

11 years agoroster-view: clear_view: start by cleaning our internal hash tables
Guillaume Desmottes [Mon, 3 Sep 2012 15:09:55 +0000 (17:09 +0200)]
roster-view: clear_view: start by cleaning our internal hash tables

Removing and destroying the widgets contained in the view will call
empathy_roster_view_remove(). This function may use some of the internal hash
tables which now contain destroyed object.

It's safer to clean the internal hash tables first as we are about to destroy
their content anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=683275

11 years agochat_window_new_message_cb: early return when handling outgoing msg
Guillaume Desmottes [Mon, 3 Sep 2012 12:49:46 +0000 (14:49 +0200)]
chat_window_new_message_cb: early return when handling outgoing msg

There is no need to continue processing a message (unread count, play
incoming message sound) if it's an outgoing one.

Fix a bug where we use to play to ougoing sound *and* the incoming sound when
sending a message.

11 years agoIn the gst 0.10 case, link the volume element to capsfilter
Sjoerd Simons [Mon, 3 Sep 2012 11:54:06 +0000 (13:54 +0200)]
In the gst 0.10 case, link the volume element to capsfilter

11 years agoFix AC_ARG_ENABLE usage
Sjoerd Simons [Mon, 3 Sep 2012 11:33:13 +0000 (13:33 +0200)]
Fix AC_ARG_ENABLE usage

11 years agoUpdated Greek translation
Tom Tryfonidis [Mon, 3 Sep 2012 10:14:16 +0000 (13:14 +0300)]
Updated Greek translation

11 years agoPort to gstreamer 1.0
Sjoerd Simons [Sun, 26 Aug 2012 17:23:06 +0000 (19:23 +0200)]
Port to gstreamer 1.0

11 years agoJust check for cheese-gtk
Guillaume Desmottes [Fri, 31 Aug 2012 09:40:38 +0000 (11:40 +0200)]
Just check for cheese-gtk

11 years agoupdated Tamil translation
Dr.T.Vasudevan [Sun, 2 Sep 2012 06:33:14 +0000 (12:03 +0530)]
updated Tamil translation

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 1 Sep 2012 20:07:14 +0000 (22:07 +0200)]
Updated Polish translation

11 years agoroster-view: check_if_empty(): check groups as well
Guillaume Desmottes [Fri, 31 Aug 2012 08:30:12 +0000 (10:30 +0200)]
roster-view: check_if_empty(): check groups as well

The roster is empty if there is no group displayed as well. We don't want to
display an empty message just because the user collapsed all his groups.

https://bugzilla.gnome.org/show_bug.cgi?id=682926

11 years agoroster-view: factor out check_if_empty()
Guillaume Desmottes [Fri, 31 Aug 2012 08:07:57 +0000 (10:07 +0200)]
roster-view: factor out check_if_empty()

https://bugzilla.gnome.org/show_bug.cgi?id=682926

11 years agoemapthy-call: Camera toggle button isn't a GtkToggleToolButton
Sjoerd Simons [Mon, 27 Aug 2012 07:03:34 +0000 (09:03 +0200)]
emapthy-call: Camera toggle button isn't a GtkToggleToolButton

11 years agoUpdated Galician translations
Fran Diéguez [Thu, 30 Aug 2012 12:21:47 +0000 (14:21 +0200)]
Updated Galician translations

11 years agoroster-view: remember state expanded status of groups
Guillaume Desmottes [Thu, 30 Aug 2012 12:11:20 +0000 (14:11 +0200)]
roster-view: remember state expanded status of groups

Pretty simple actually, that's a simple port of the logic from
empathy-individual-view.

https://bugzilla.gnome.org/show_bug.cgi?id=679259