aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop workaround that restore window position when it gets deiconifiedXavier Claessens2009-11-241-16/+0
* Don't set the accounts dialog transient when running empathy -aGuillaume Desmottes2009-11-231-1/+1
* event-manager: event_manager_ft_got_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* empathy.c: use tp_account_manager_get_most_available_presence instead of empa...Guillaume Desmottes2009-11-191-1/+5
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-10/+10
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-65/+1
* Use accessor functions instead direct access.Javier Jardón2009-11-175-22/+35
* Reload the main window geometry when deiconify to workaround WM bugs.Xavier Claessens2009-11-161-0/+16
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-163-192/+11
* media_stream_error_to_txt: display a link to the fdo bugzillaGuillaume Desmottes2009-11-161-4/+13
* rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS errorGuillaume Desmottes2009-11-161-2/+4
* Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msgGuillaume Desmottes2009-11-161-7/+13
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERRORGuillaume Desmottes2009-11-161-1/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERRORGuillaume Desmottes2009-11-161-0/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEH...Guillaume Desmottes2009-11-161-0/+5
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECSGuillaume Desmottes2009-11-161-0/+6
* accounts-dialog: wait that account is prepared before calling accounts_dialog...Guillaume Desmottes2009-11-131-1/+20
* change 'capa' to 'cap'Guillaume Desmottes2009-11-131-1/+1
* remove old commentGuillaume Desmottes2009-11-131-1/+0
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-132-4/+4
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-132-2/+8
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-135-129/+1
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-1/+2
* status-icon: use EmpathyNotifyManager to check if the server supports the 'ac...Guillaume Desmottes2009-11-131-12/+5
* src/Makefile.am: sort filesGuillaume Desmottes2009-11-131-9/+9
* account-assistant: set default display name to newly created accounts (#600705)Guillaume Desmottes2009-11-131-0/+10
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-51/+2
* Call g_object_unref instead of gtk_rc_style_unrefGustavo Noronha Silva2009-11-131-1/+1
* empathy-call-window: display_error: simplify showing of the widgetsGuillaume Desmottes2009-11-121-4/+1
* empathy-call-window: display_error: align the main message on the rightGuillaume Desmottes2009-11-121-0/+1
* empathy-call-window: display_error: put the image and vbox in a hboxGuillaume Desmottes2009-11-121-5/+11
* empathy-call-window: display_error: wrap the translated error msg as wellGuillaume Desmottes2009-11-121-0/+1
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+7
* use new tpAccount apiFelix Kaser2009-11-101-5/+5
* added tooltips to buttonsFelix Kaser2009-11-101-0/+3
* ui change: added 3 buttons to infobarFelix Kaser2009-11-101-13/+97
* two line messageFelix Kaser2009-11-101-1/+1
* removed double codeFelix Kaser2009-11-101-6/+4
* make the infobar smallerFelix Kaser2009-11-101-1/+0
* use only one button in error-infobarFelix Kaser2009-11-101-20/+2
* use smaller account icons for error messageFelix Kaser2009-11-101-1/+1
* use one lined error notificationsFelix Kaser2009-11-101-2/+2
* use gtk_box_pack_startFelix Kaser2009-11-101-2/+2
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
* added set message type to infobarFelix Kaser2009-11-101-1/+1
* refactoringFelix Kaser2009-11-101-25/+21
* changed variable nameFelix Kaser2009-11-101-17/+17
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
* set 'C' as accelerator for the Contact menu as 'C' is already used by Convers...Guillaume Desmottes2009-11-101-1/+1
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
* Fix race where UI sensitivity was being set before the AM was readyDanielle Madeley2009-11-101-2/+2
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
* chat-window: save the size of the window when disposingGuillaume Desmottes2009-11-091-0/+1
* Don't leak references to dup'ed objectsDanielle Madeley2009-11-091-0/+3
* Move the call to empathy_idle_get_state() to once the AM is readyDanielle Madeley2009-11-091-11/+17
* media_stream_error_to_txt: correct the error message if the error was an audi...Guillaume Desmottes2009-11-061-7/+15
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
* rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED messageGuillaume Desmottes2009-11-061-1/+2
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
* Better reorganization of chat_window_update (#600732)Ryan LaBelle2009-11-061-24/+76
* empathy-call-window: add a friendly message for TP_MEDIA_STREAM_ERROR_CONNECT...Guillaume Desmottes2009-11-061-0/+7
* use 'Technical Details' as title of the expanderGuillaume Desmottes2009-11-051-1/+1
* pass NULL to gtk_label_new when creating an empty labelGuillaume Desmottes2009-11-051-2/+2
* Display the error message in a expanderGuillaume Desmottes2009-11-051-5/+30
* use the error message if we don't have a nice descriptionGuillaume Desmottes2009-11-051-4/+10
* factor out empathy_call_window_stream_errorGuillaume Desmottes2009-11-051-13/+16
* fix typo in commentGuillaume Desmottes2009-11-051-1/+1
* call_handler_notify_tp_call_cb: return if call is NULLGuillaume Desmottes2009-11-051-1/+2
* empathy-call-window: fix phrasing of the codec negotation failed msg and mark...Guillaume Desmottes2009-11-051-1/+2
* empathy-call-window: display an error message when codec negotiation failed (...Guillaume Desmottes2009-11-051-0/+136
* empathy-call-window: add a VBox to display errorsGuillaume Desmottes2009-11-051-2/+11
* ensure that the "Previous Conversations" menu entry stays sensitive if there ...Guillaume Desmottes2009-11-051-1/+5
* debug window shouldn't be transientGuillaume Desmottes2009-11-042-2/+2
* debug-window: debug level names shouldn't be translatedGuillaume Desmottes2009-11-041-6/+6
* empathy-chat-window: always display the title of the current tabGuillaume Desmottes2009-11-041-9/+1
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
* new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries.Guillaume Desmottes2009-11-031-8/+8
* Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
* Use call-{start,stop} icons in the incoming call dialogGuillaume Desmottes2009-11-031-2/+2
* accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
* empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ar...Guillaume Desmottes2009-11-031-0/+1
* Merge branch 'accountz'Jonny Lamb2009-11-0213-370/+408
|\
| * empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-12/+43
| * empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| * status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
| * new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
| * import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| * import-mc4-accounts: port to new tp-glib account APIJonny Lamb2009-10-241-5/+5
| * event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
| * chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| * chat-window: port to new tp-glib account APIJonny Lamb2009-10-242-14/+18
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-242-145/+70
| * account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* | Fixes cycling tab bug in chat window (#589263)Rômulo Fernandes Machado2009-10-301-12/+49
* | empathy-accounts-dialog: do_constructor: always return a new referenceGuillaume Desmottes2009-10-291-3/+7
* | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already e...Guillaume Desmottes2009-10-291-1/+3
* | Escape the header of the notification (#599431)Guillaume Desmottes2009-10-291-2/+7
* | Add MissionControl to the debug windowDanielle Madeley2009-10-271-0/+7
* | Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safeXavier Claessens2009-10-261-2/+1
* | empathy-chat-window: Don't update the Contact menu if visibleRob Bradford2009-10-241-5/+26
* | empathy.c: document how the reference on the newly created EmpathyChat is man...Guillaume Desmottes2009-10-231-2/+9
|/
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
* Also allow Esc to close debug window and map view.Jonny Lamb2009-10-212-3/+4
* Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-sidebar.c: fix shadow declarationsGuillaume Desmottes2009-10-201-12/+13
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
* src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes2009-10-201-3/+4
* src/empathy-import-mc4-accounts.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
* src/empathy-chat-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-16/+16
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
* Don't display any icon if we have been disconnectedGuillaume Desmottes2009-10-201-5/+15
* empathy-chat-window: update the tab icon when the TpChat is disconnected (#59...Guillaume Desmottes2009-10-201-1/+11
* empathy_call_window_setup_avatars: pass a weak object to empathy_tp_contact_f...Guillaume Desmottes2009-10-191-1/+1
* empathy-call-window: use empathy_signal_connect_weak to connect the peak-leve...Guillaume Desmottes2009-10-191-2/+3
* Make calling empathy without options idempotentSjoerd Simons2009-10-191-6/+21
* Explain the -h option betterSjoerd Simons2009-10-191-2/+2
* Fix assertion when closing a call window after CM crashed.Mike Ruprecht2009-10-191-2/+1
* debug-window: add C-w keybinding to close the windowJonny Lamb2009-10-171-0/+18
* empathy-import-mc4-accounts: no need to add newlines to DEBUG callsJonny Lamb2009-10-171-7/+7
* Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
* Factor out free-ing the message list.Cosimo Cecchi2009-10-151-4/+11
* Implement a cache for debug logs (#596101).Cosimo Cecchi2009-10-151-54/+220
* Make sure the account manager is completely unreffed when exitingSjoerd Simons2009-10-151-1/+5
* Let empathy -a show the assistant if applicableSjoerd Simons2009-10-151-11/+52
* When starting hidden don't show the assistantSjoerd Simons2009-10-151-4/+5
* Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-153-10/+41
* accounts_dialog_add_account: connect notify::display-name using empathy_signa...Guillaume Desmottes2009-10-151-11/+3
* Use the protocol display name for new account namesSjoerd Simons2009-10-141-1/+4
* accounts_dialog_account_display_name_changed_cb: check that accounts_dialog_m...Guillaume Desmottes2009-10-061-0/+3
* Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-051-10/+10
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
* Fix a typo in a string.Cosimo Cecchi2009-10-031-1/+1
* Change strings for the remove dialog on the moblin build.Cosimo Cecchi2009-10-031-0/+10
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-021-7/+0
* fix coding stylesGuillaume Desmottes2009-10-021-17/+15
* empathy-status-icon: check if notification daemon supports actionsGuillaume Desmottes2009-10-021-1/+21
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-021-1/+2
* Add a "Respond" button to notifications to provide a positive action (#589408)Rob Bradford2009-10-021-0/+19
* add event type to EmpathyEvent (#589409)Guillaume Desmottes2009-10-022-26/+46
* Rephrase geolocation preferences (#585957)Pierre-Luc Beaudoin2009-10-011-4/+4
* Don't rely on EmpathyAccountManager to be ready.Cosimo Cecchi2009-09-301-37/+62
* Rename the Create button to Add on moblin.Cosimo Cecchi2009-09-301-0/+3
* Disable account creation on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a spacing of 6 between the buttons.Cosimo Cecchi2009-09-301-0/+1
* Make sure the Add and Import buttons are always the same height.Cosimo Cecchi2009-09-301-19/+27
* Don't expand/fill the import button.Cosimo Cecchi2009-09-301-0/+2
* Hide the action area if we're on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a vertical padding to the rows.Cosimo Cecchi2009-09-301-0/+3
* Use the property in the accounts dialog.Cosimo Cecchi2009-09-301-0/+3
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-282-1/+27
* Don't rely on the widget allocation to be != 0.Cosimo Cecchi2009-09-241-2/+12
* Fix little coding styleXavier Claessens2009-09-241-1/+1
* Merge branch 'missing-icon'Cosimo Cecchi2009-09-241-0/+8
|\
| * Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-0/+8
* | Don't always show the main window (#596044).Cosimo Cecchi2009-09-231-2/+0
|/
* Add a Best fit button to the map view (#584034)Olivier Le Thanh Duong2009-09-222-0/+33
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-211-10/+1
|\
| * Fallback to the contact id if present when there is no room id for empathy_tp...Olivier Le Thanh Duong2009-09-211-10/+1
* | Add StreamMedia channelfilters with InitialAudio and InitialVideoSjoerd Simons2009-09-201-0/+21
|/
* Ignore the drop if we can't get the right information from itSjoerd Simons2009-09-151-6/+16
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-151-1/+1
* Check for NULL sink.Cosimo Cecchi2009-09-141-0/+3
* Fix long lines.Cosimo Cecchi2009-09-141-22/+33
* Move the toolbar setup after we initialize the audio outputCosimo Cecchi2009-09-141-2/+2
* Fix a long line.Cosimo Cecchi2009-09-141-1/+2
* Watch the DBus signature of the param.Cosimo Cecchi2009-09-141-5/+28
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-143-26/+53
* Ensure the notification callback data is always freedSjoerd Simons2009-09-141-6/+20
* Fix potential usage of an unitialized valueSjoerd Simons2009-09-141-1/+1
* Merge branch 'auto-connect'Jonny Lamb2009-09-081-0/+95
|\
| * empathy: no need to connect to status-changed; notify::connection will doJonny Lamb2009-09-081-57/+29
| * empathy: auto-connect to chatrooms where appropriateJonny Lamb2009-09-081-0/+123
* | fix typoSjoerd Simons2009-09-081-1/+1
|/
* Convert Pidgin's int values to uintsCosimo Cecchi2009-09-061-2/+5
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
* Stop the sink on stream close to prevent deadlockOlivier Crête2009-09-021-0/+48
* callback is for handler no TfChannelOlivier Crête2009-09-021-1/+2
* Use GOptionContext to parse optionsOlivier Crête2009-09-021-8/+14
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4
* Only set the icon name to gtalk for gtalk accountsSjoerd Simons2009-08-311-1/+2
* Use the new APIs in the assistant and the dialogCosimo Cecchi2009-08-312-10/+25
* Merge commit 'jtellier/confirm-lose-accounts-settings'Cosimo Cecchi2009-08-311-41/+294
|\
| * Fixed styleJonathan Tellier2009-08-291-15/+18
| * Marked strings for translation.Jonathan Tellier2009-08-291-7/+7
| * Merged with masterJonathan Tellier2009-08-291-1/+8
| * Fixed bug which would occur when deleting account with pending changesJonathan Tellier2009-08-291-8/+9
| * Using GtkTreeRowReference instead of a string path.Jonathan Tellier2009-08-291-9/+10
| * Simplified the code that checks if selected account has pending changesJonathan Tellier2009-08-291-7/+3
| * Improved confirmation dialog shown to the user before discarding changesJonathan Tellier2009-08-291-59/+94
| * Fixed styleJonathan Tellier2009-08-291-1/+1
| * Fixed crash when checking if an account has pending changesJonathan Tellier2009-08-291-3/+2
| * Minor changes to EmpathyAccountWidget and EmpathyAccountsDialogJonathan Tellier2009-08-291-1/+1
| * Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-291-16/+227
* | Merge commit 'jtellier/set-account-name-translator-hint'Cosimo Cecchi2009-08-311-3/+5
|\ \
| * | Improved the comment related to the IRC default display name.Jonathan Tellier2009-08-281-3/+5
* | | Add basic media-signalling capabilitiesSjoerd Simons2009-08-311-1/+4
* | | Add the filters not in the Client file to a second HandlerSjoerd Simons2009-08-311-3/+18
* | | Add a simple abstraction for implementing handlersSjoerd Simons2009-08-311-4/+55
| |/ |/|
* | Point to a help topic that exists from Accounts windowShaun McCance2009-08-291-1/+1
* | Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-282-31/+5
* | Add missing ;Luca Ferretti2009-08-281-1/+1
* | Do not construct a sentence for an assistant error string (GNOME bug 593257)Frédéric Péters2009-08-281-16/+6
* | Word 'wizard' should not be used, fixes bug 593285Milo Casagrande2009-08-281-1/+1
|/
* - Added information intented to translators.Jonathan Tellier2009-08-271-2/+12
* Using a new logic to set the default display name:Jonathan Tellier2009-08-271-10/+39
* Only setting the display name to the Login ID for protocol which haveJonathan Tellier2009-08-271-3/+7
* - The account display gets updated in the account list and in theJonathan Tellier2009-08-271-1/+54
* Ensure we call the empathy_sound_stop from the main threadSjoerd Simons2009-08-261-1/+2
* Merge branch 'debug-window'Xavier Claessens2009-08-265-186/+188
|\
| * Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-264-141/+141
| * Make EmpathyDebugDialog be a GtkWindow subclass rather than a GtkDialog.Xavier Claessens2009-08-262-5/+7
* | Don't display 'null' in accounts UI for unknown protocolsWill Thompson2009-08-251-5/+10
* | Workaround for Clutter bugPierre-Luc Beaudoin2009-08-251-1/+3
* | Use the new function in the accounts dialogCosimo Cecchi2009-08-251-2/+4
* | Check for NULL values returned by dup_selected()Cosimo Cecchi2009-08-251-0/+9
* | Merge branch 'mc5', fixes bug #590165Sjoerd Simons2009-08-2527-2590/+4426
|\ \
| * | empathy-accounts-dialog: remove the hardcoded Gmail labelGuillaume Desmottes2009-08-241-1/+0
| * | Fix several coding style issuesSjoerd Simons2009-08-241-3/+3
| * | When empathy_account_settings_apply_finish returns false the error is always setSjoerd Simons2009-08-241-2/+1
| * | Put string up for translationSjoerd Simons2009-08-241-1/+1
| * | Fix use after freeSjoerd Simons2009-08-241-1/+4
| * | Fix copyright dateSjoerd Simons2009-08-242-2/+2
| * | Fix some broken englishSjoerd Simons2009-08-241-1/+1
| * | Move the logs to the new location after creating the accountSjoerd Simons2009-08-241-4/+92
| * | Refactor the startup sequence a bitSjoerd Simons2009-08-241-30/+37
| * | Always set the mc4 imported gconf keySjoerd Simons2009-08-241-9/+2
| * | Fix debug strings, don't unref the gconf client twiceSjoerd Simons2009-08-241-4/+3
| * | Add api to ask if we have importer our mc4 accountsSjoerd Simons2009-08-242-0/+15
| * | Return TRUE if we imported any mc4 accountsSjoerd Simons2009-08-242-12/+20
| * | Grab passwords from the keyring if neededSjoerd Simons2009-08-241-5/+42
| * | Overhaul the importer slightlySjoerd Simons2009-08-242-343/+179
| * | Use g_str_has_prefix convenience function for claritySjoerd Simons2009-08-241-1/+2
| * | Make the gconf entry be false by defaultSjoerd Simons2009-08-241-7/+8
| * | Don't unref the account object as we don't own itSjoerd Simons2009-08-241-1/+0
| * | Use new async enable apiSjoerd Simons2009-08-241-1/+1