aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update python bindings.Jonny Lamb2009-04-252-14/+75
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-253-9/+2
* Use a tp-glib constant rather than a magic number.Jonny Lamb2009-04-251-1/+1
* Update EmpathyTpFile documentation.Jonny Lamb2009-04-252-16/+148
* Add gtk-doc for new functionsXavier Claessens2009-04-251-0/+16
* Refresh each second instead of each 2 secondsXavier Claessens2009-04-251-1/+1
* Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-253-22/+93
* Updated Spanish translationJorge Gonzalez2009-04-251-162/+180
* Add shave support to build process.Jonny Lamb2009-04-2417-40/+298
* tp-file: ready property has to be read onlyGuillaume Desmottes2009-04-241-5/+1
* tp-file: implement getter/setter for the ready propertyGuillaume Desmottes2009-04-241-0/+6
* empathy-call-window.c: update priv->sending_video *before* changing widget's ...Guillaume Desmottes2009-04-241-2/+2
* The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
* add HACKING file pointing to the wikiGuillaume Desmottes2009-04-241-0/+2
* Merge branch 'spelling-578399'Davyd Madeley2009-04-2410-474/+45
|\
| * Remove spell dialog from POTFILES.in; remove GtkBuilder fileDavyd Madeley2009-04-242-133/+0
| * Fix trailing whitespaceDavyd Madeley2009-04-241-5/+5
| * Fixes based on feedbackAdam Schreiber2009-04-241-17/+22
| * remove empathy-spell-dialog from python bindingGuillaume Desmottes2009-04-222-16/+0
| * Display spelling suggestions in a submenu instead of in a separateAdam Schreiber2009-04-226-322/+37
* | Merge branch 'send-video-576394'Guillaume Desmottes2009-04-242-0/+18
|\ \
| * | empathy-call-window: add priv->sending_video so we don't call empathy_call_wi...Guillaume Desmottes2009-04-241-0/+12
| * | empathy-call-window: send-video meny entry has to be unsensitive by defaultGuillaume Desmottes2009-04-231-0/+1
| * | Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394Guillaume Desmottes2009-04-231-0/+5
* | | doap: Add desktop categoryOlav Vitters2009-04-241-0/+1
* | | empathy-contact-widget: call contact_widget_change_contact after widget's set...Guillaume Desmottes2009-04-231-2/+5
|/ /
* | check-empathy-helpers: gconf_entry_free has been deprecated; use gconf_entry_...Guillaume Desmottes2009-04-231-1/+1
* | Merge branch 'presets-dialog'Davyd Madeley2009-04-2311-372/+801
|\ \
| * | Rest of gtk-docDavyd Madeley2009-04-231-0/+9
| * | Preserve the status message across combo box changesDavyd Madeley2009-04-231-3/+20
| * | Add a comment for cassidy ;-)Davyd Madeley2009-04-231-0/+1
| * | Sort presets alphabetically in the listDavyd Madeley2009-04-232-2/+4
| * | gtk-doc entryDavyd Madeley2009-04-231-0/+9
| * | Make it possible to edit a status message by double-clicking on itDavyd Madeley2009-04-231-0/+52
| * | Fix function namingDavyd Madeley2009-04-231-4/+4
| * | Don't reset the state to Available when you click [Add]Davyd Madeley2009-04-221-6/+14
| * | Fix up Add Preset combo focusingDavyd Madeley2009-04-221-17/+84
| * | Add some labels to the UIDavyd Madeley2009-04-221-3/+34
| * | Connect new dialog into presence chooser, remove old dialogDavyd Madeley2009-04-225-370/+11
| * | Make test load status presetsDavyd Madeley2009-04-221-0/+4
| * | Add new files to POTFILES.inDavyd Madeley2009-04-221-0/+2
| * | Make [Add] workDavyd Madeley2009-04-222-6/+150
| * | Make [Remove] workDavyd Madeley2009-04-211-0/+35
| * | List presets in the treeviewDavyd Madeley2009-04-213-3/+210
| * | Skeleton of a test program for the dialogDavyd Madeley2009-04-213-1/+53
| * | Skeleton of a new presets dialogDavyd Madeley2009-04-213-0/+148
* | | Merge branch 'irc-dialog-579800'Guillaume Desmottes2009-04-233-10/+4
|\ \ \
| * | | empathy-account-widget-irc: remove unused widgetsGuillaume Desmottes2009-04-231-6/+0
| * | | empathy-account-widget-irc: rename button_remove to button_remove_network so ...Guillaume Desmottes2009-04-231-2/+2
| * | | empathy_irc_network_dialog_show: call show_all on the dialogGuillaume Desmottes2009-04-231-0/+1
| * | | fix another id clashGuillaume Desmottes2009-04-231-1/+1
| * | | rename button_remove to button_remove_network to fix id clashGuillaume Desmottes2009-04-232-3/+3
| * | | empathy-account-widget-irc.ui: the network dialog doesn't have to beGuillaume Desmottes2009-04-231-1/+0
* | | | Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-234-8/+12
* | | | Add documentation for EmpathyNewMessageDialog.Jonny Lamb2009-04-231-0/+18
* | | | Add documentation for EmpathyProfileChooser.Jonny Lamb2009-04-231-0/+33
* | | | Add documentation for EmpathyAvatarImage.Jonny Lamb2009-04-232-0/+32
* | | | Add documentation for EmpathyAvatarChooser.Jonny Lamb2009-04-232-0/+55
* | | | Add documentation for EmpathyPresenceChooser.Jonny Lamb2009-04-232-0/+33
* | | | Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-232-0/+73
* | | | Add documentation for EmpathyContactSelector.Jonny Lamb2009-04-232-2/+68
* | | | Add documentation for EmpathyAccountChooser.Jonny Lamb2009-04-232-0/+105
|/ / /
* | | Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ...Jonny Lamb2009-04-222-3/+1
* | | Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_s...Jonny Lamb2009-04-223-4/+5
* | | Renamed empathy_contact_list_view_get_selected to empathy_contact_list_view_d...Jonny Lamb2009-04-223-6/+7
* | | Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...Jonny Lamb2009-04-225-8/+10
* | | Rename empathy_contact_new_static to empathy_contact_new_for_logXavier Claessens2009-04-223-7/+7
* | | Don't forget to show the contact widget in some placesXavier Claessens2009-04-221-3/+6
* | | Do not rely on suppress_handlers, it is deprecated.Xavier Claessens2009-04-221-76/+49
* | | Rename manager to self to not confuse with account_manager.Xavier Claessens2009-04-221-6/+6
* | | Replace empathy_connection_get_protocol by tp_connection_parse_object_pathXavier Claessens2009-04-224-34/+4
* | | Add a comment to tell that tp_contact_list_group_add() takes ownership of han...Xavier Claessens2009-04-221-0/+1
* | | Make the comment for group hash table more explicitXavier Claessens2009-04-221-1/+2
* | | Add a comment to explain what does tp_contact_list_group_addXavier Claessens2009-04-221-0/+5
* | | Simplify expression in tp_contact_list_group_add_data_unrefXavier Claessens2009-04-221-1/+2
* | | Add doc for empathy_account_manager_dup_connections.Xavier Claessens2009-04-221-0/+9
* | | Make explicit in the doc of empathy_account_manager_get_connection that it do...Xavier Claessens2009-04-221-1/+1
* | | Add asserts in connection_invalidated_cbXavier Claessens2009-04-221-0/+6
* | | Document hash tables in EmpathyAccountManagerPrivXavier Claessens2009-04-221-2/+2
* | | Add empathy_contact_new_static() to create a contact that comes from logsXavier Claessens2009-04-223-6/+22
* | | Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens2009-04-222-11/+10
* | | Fix build, probably an error while rebasingXavier Claessens2009-04-221-2/+0
* | | Cleanup authors of EmpathyContact. It has nothing to do with Gossip code anym...Xavier Claessens2009-04-222-4/+1
* | | Use tp_connection_get_self_handle where neededXavier Claessens2009-04-225-68/+20
* | | Also accept local-pending of publish if adding a contactXavier Claessens2009-04-221-0/+5
* | | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-2213-123/+441
* | | Port EmpathyContactListView's DnD to new APIXavier Claessens2009-04-221-58/+112
* | | Port EmpathyChatWindow's DnD to new APIXavier Claessens2009-04-221-3/+20
* | | Port megaphone applet to new APIXavier Claessens2009-04-221-168/+202
* | | Update python bindingXavier Claessens2009-04-224-426/+104
* | | Remove useless include of empathy-contact-factory.hXavier Claessens2009-04-222-2/+0
* | | Simplify empathy_contact_get_accountXavier Claessens2009-04-221-7/+3
* | | Extract protocol from the connection's object-path and correctly set the spec...Xavier Claessens2009-04-223-4/+36
* | | Add commented out code to set the _is_ready property of EmpathyContactXavier Claessens2009-04-221-0/+14
* | | Disconnect all signals from tp_chat when the UI is destroyedXavier Claessens2009-04-221-6/+17
* | | - Fix connection of "group-members-changed" signalXavier Claessens2009-04-221-14/+3
* | | Remove dead codeXavier Claessens2009-04-221-3/+0
* | | Use new getters and setters of EmpathyChatroom. Simplify to lookup when a tp_...Xavier Claessens2009-04-221-35/+20
* | | Add getter and setter for "tp-chat" and "favorite" properties on EmpathyChatroomXavier Claessens2009-04-222-43/+85
* | | Remove useless conditionXavier Claessens2009-04-221-12/+9
* | | Drop dead codeXavier Claessens2009-04-222-101/+0
* | | Drop usage of McAccount from EmpathyTpTubeXavier Claessens2009-04-221-8/+1
* | | If presence message is "", get the default message.Xavier Claessens2009-04-221-1/+1
* | | Remove dead codeXavier Claessens2009-04-221-2/+0
* | | Update docXavier Claessens2009-04-222-5/+0
* | | Remove obsolet test applicationsXavier Claessens2009-04-223-120/+0
* | | Add a group channel only if suppress_handler == FALSEXavier Claessens2009-04-221-3/+5
* | | Make sure to not ref a NULL objectXavier Claessens2009-04-221-0/+3
* | | index begin at 0 and not 1 for GArrayXavier Claessens2009-04-221-1/+1
* | | Get the factory in _constructed because connection property is not set yet in...Xavier Claessens2009-04-221-2/+3
* | | CONSTRUCT_ONLY properties must be writableXavier Claessens2009-04-221-3/+5
* | | Get the priv struct of the right object.Xavier Claessens2009-04-221-2/+2
* | | Get the connection for newly created accountsXavier Claessens2009-04-221-44/+53
* | | Port empathy.c to new APIXavier Claessens2009-04-221-1/+8
* | | Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed t...Xavier Claessens2009-04-222-3/+2
* | | Port EmpathyNEwChatroomDialog to new APIXavier Claessens2009-04-221-3/+3
* | | Port EmpathyMainWindow to new APIXavier Claessens2009-04-221-35/+9
* | | - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-224-63/+142
* | | Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
* | | There is no "contact" property on EmpathyTpFileXavier Claessens2009-04-221-2/+0
* | | Port EmpathyNewMessageDialog to new API.Xavier Claessens2009-04-221-45/+55
* | | Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
* | | Add empathy_account_chooser_get_connection()Xavier Claessens2009-04-222-0/+19
* | | Base EmpathyAvatarChooser on connection instead of account.Xavier Claessens2009-04-221-83/+29
* | | EmpathyTpContactFactory don't have a ready property anymore.Xavier Claessens2009-04-221-12/+6
* | | Remove unused function empathy_dispatcher_call_with_contact().Xavier Claessens2009-04-222-31/+0
* | | Port EmpathyContactDialogs to new API.Xavier Claessens2009-04-221-4/+16
* | | Port EmpathyChatWindow to new API and remove dead code.Xavier Claessens2009-04-221-15/+1
* | | Port EmpathyChat to new API.Xavier Claessens2009-04-222-33/+18
* | | Remove usage of EmpathyTpGroup from EmpathyTpContactListXavier Claessens2009-04-221-566/+610
* | | Remove EmpathyTpGroupXavier Claessens2009-04-223-1076/+0
* | | Use the account manager to map from connection to account.Xavier Claessens2009-04-221-6/+19
* | | Add empathy_tp_chat_get_connection() to direct access the channel's connection.Xavier Claessens2009-04-222-0/+11
* | | Reorder functions to not declare them on topXavier Claessens2009-04-221-267/+267
* | | Fix some coding styleXavier Claessens2009-04-221-105/+90
* | | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.Xavier Claessens2009-04-222-403/+375
* | | Port EmpathyCallHandler to new APIXavier Claessens2009-04-221-30/+20
* | | Port EmpathyTpCall to new APIXavier Claessens2009-04-221-36/+23
* | | Port EmpathyLogManager to new APIXavier Claessens2009-04-221-2/+6
* | | Port EmpathyDispatchOperation to new APIXavier Claessens2009-04-221-6/+61
* | | Port EmpathyTpFile to new API and add a ready propertyXavier Claessens2009-04-222-43/+130
* | | EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on TpConnecti...Xavier Claessens2009-04-222-200/+83
* | | Drop unused include of contact factoryXavier Claessens2009-04-221-1/+0
* | | EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpCont...Xavier Claessens2009-04-222-89/+65
* | | Rebase EmpathyTpContactList on TpConnection instead of McAccount.Xavier Claessens2009-04-222-121/+53
* | | Change API of EmpathyTpContactFactory:Xavier Claessens2009-04-222-776/+313
* | | Drop EmpathyContactFactoryXavier Claessens2009-04-223-270/+2
* | | Keep a ref to all TpConnection objects. Map account<>connection.Xavier Claessens2009-04-222-0/+159
* | | Turn EmpathyContact into a TpContact wrapperXavier Claessens2009-04-222-385/+213
| |/ |/|
* | update python bindingsGuillaume Desmottes2009-04-221-0/+60
* | Output GtkBuilder errors as g_critical() not DEBUG()Davyd Madeley2009-04-221-1/+1
* | Updated Spanish translationJorge Gonzalez2009-04-221-203/+187
* | Updated Spanish translationJorge Gonzalez2009-04-221-27/+39
* | Add ellipsis to the add account button. Fixes bug #548704Guillaume Desmottes2009-04-211-2/+36
* | empathy-accounts-dialog.ui: no change, the file has just been opened and sauv...Guillaume Desmottes2009-04-211-27/+57
* | Updated Galician TranslationFrco. Javier Rial2009-04-212-471/+763
* | Merge branch 'tube-bus-name'Guillaume Desmottes2009-04-212-1/+33
|\ \
| * | empathy_tube_handler_build_bus_name: escape invalid char in the service nameGuillaume Desmottes2009-04-211-1/+22
| * | don't dispatch D-Bus tube having an invalid ServiceNameGuillaume Desmottes2009-04-211-0/+11
* | | Add context string for translation (#575442)Frederic Peters2009-04-211-1/+1
|/ /
* | Instead of destroying the submenu when it's not needed only create it if thereLars-Peter Clausen2009-04-211-13/+5
* | Fix indent.Lars-Peter Clausen2009-04-212-3/+3
* | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled bufferLars-Peter Clausen2009-04-211-1/+2
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned byLars-Peter Clausen2009-04-211-0/+2
* | Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
* | Fix memleak in tp_contact_list_group_member_removed_cb. Free group name whenLars-Peter Clausen2009-04-211-0/+1
* | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it hasLars-Peter Clausen2009-04-211-0/+1
* | Fix memleak in empathy_contact_invite_menu_item_new. Just callingLars-Peter Clausen2009-04-211-1/+3
* | Fix memleak. Free strings retrieved from gtk_tree_model_get.Lars-Peter Clausen2009-04-211-0/+2
* | Fix memleak in empathy_account_manager_init. Do not create unused account data.Lars-Peter Clausen2009-04-211-6/+1
* | Fix memleak in empathy_tp_file_accept. Free content of priv->filename beforeLars-Peter Clausen2009-04-211-0/+1
* | fix memleak in preferences_widget_sync_string_combo. Previously name was notLars-Peter Clausen2009-04-211-6/+3
* | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if itsLars-Peter Clausen2009-04-211-3/+1
|/
* Coding style fixDavyd Madeley2009-04-211-2/+1
* s/favourite/favorite/Davyd Madeley2009-04-211-9/+9
* Reliably set favourite-starDavyd Madeley2009-04-212-31/+53
* Update the preset listDavyd Madeley2009-04-211-1/+21
* Add a favourite icon to custom/saved messagesDavyd Madeley2009-04-211-8/+81
* More icon sizesDavyd Madeley2009-04-209-0/+8
* Icons from FirefoxDavyd Madeley2009-04-203-0/+2
* Merge commit 'bigon/configure-deprecated-flag'Xavier Claessens2009-04-1910-13/+18
|\
| * Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-1810-13/+18
* | Fix plural formsKhaled Hosny2009-04-191-4/+4
* | Updated Spanish translationJorge Gonzalez2009-04-191-464/+467
* | Updated British English translationPhilip Withnall2009-04-181-180/+180
* | Fix coding style by not going over 80 chars too muchPierre-Luc Beaudoin2009-04-181-10/+18
* | Fix indent and translationPierre-Luc Beaudoin2009-04-181-3/+3
* | Fix memory leaks + minor coding style changesPierre-Luc Beaudoin2009-04-181-5/+7
* | Add members, invite and password columns to Join dialogPierre-Luc Beaudoin2009-04-181-5/+61
* | Add more information to EmpathyChatroomPierre-Luc Beaudoin2009-04-183-3/+242
* | Modify deeply the join chatroom dialog.Pierre-Luc Beaudoin2009-04-182-125/+70
* | Remove the New in Join New... menu itemPierre-Luc Beaudoin2009-04-181-1/+1
* | Updated POTFILES.in (.glade to .ui)Claude Paroz2009-04-181-27/+27
* | AM_MAINTAINER_MODE is evilOlivier CrĂȘte2009-04-181-1/+0
* | Correct English.Jonny Lamb2009-04-171-1/+1
|/
* Fix urgency hint for MUCsXavier Claessens2009-04-171-1/+7
* tp-tube: remove priv->parametersGuillaume Desmottes2009-04-171-5/+0
* tp-tube: remove priv->serviceGuillaume Desmottes2009-04-171-3/+0
* tp-tube: remove priv->initiator_contact and priv->factory as they are not usedGuillaume Desmottes2009-04-171-9/+0
* empathy-tp-tube: remove initiator and type member variables as they are not usedGuillaume Desmottes2009-04-171-2/+0
* empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ...Guillaume Desmottes2009-04-171-1/+2
* empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGSGuillaume Desmottes2009-04-171-4/+2
* empathy-tp-tube: the state is a EmpTubeChannelState not a guintGuillaume Desmottes2009-04-171-2/+2
* Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of m...Xavier Claessens2009-04-171-15/+22
* Remove comments coming from the doap templateXavier Claessens2009-04-171-12/+2
* Updated Arabic translationKhaled Hosny2009-04-171-460/+834
* Add empathy.doap file for project description.Xavier Claessens2009-04-171-0/+30
* Fix python bingindXavier Claessens2009-04-171-0/+2
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8
* Update python bindingXavier Claessens2009-04-161-33/+27
* Remove reference to glade from panel appletsXavier Claessens2009-04-162-2/+0
* Remove libglade from libempathy-gtk.pcXavier Claessens2009-04-161-2/+2
* Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_fil...Xavier Claessens2009-04-162-220/+2
* Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default...Xavier Claessens2009-04-161-12/+21
* Don't unref 2 times gui.Xavier Claessens2009-04-161-2/+0
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-166-55/+31
* Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xmlXavier Claessens2009-04-161-42/+91
* Add back some icons that were droped during the conversionXavier Claessens2009-04-163-0/+5
* Make use of GtkUIManager for EmpathyChatWindowXavier Claessens2009-04-162-216/+73
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-162-92/+161
* Make use of GtkUIManager in EmpathyMainWindowXavier Claessens2009-04-162-110/+112
* Reorder functions to not declare them on topXavier Claessens2009-04-161-613/+526
* Make use of GtkUIManager in EmpathyStatusIconXavier Claessens2009-04-162-35/+40
* Port EmpathyStatusIcon to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyPreferences to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewChatroomDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyMainWindow to new APIXavier Claessens2009-04-161-16/+12
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyChatWindow to new APIXavier Claessens2009-04-161-11/+7
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-162-133/+79
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathySpellDialog to new APIXavier Claessens2009-04-162-18/+7
* Port EmpathyPresenceChooser to new APIXavier Claessens2009-04-161-10/+6
* Port EmpathyNewMessageDialog to new APIXavier Claessens2009-04-161-8/+5
* Port EmpathyLogWindow to new APIXavier Claessens2009-04-161-9/+5
* Port EmpathyIrcNetwordDialog to new APIXavier Claessens2009-04-161-8/+5
* Modify Makefile.am for new file namesXavier Claessens2009-04-162-33/+33
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-164-433/+463
* Port EmpathyContactDialogs to new APIXavier Claessens2009-04-161-5/+4
* Remove toplevel window from ui files if the window is not used.Xavier Claessens2009-04-1611-1783/+1812
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
* Remove useless glade includeXavier Claessens2009-04-163-11/+1
* Port account widgets to new APIXavier Claessens2009-04-165-120/+107
* Port glade helpers to GtkBuilberXavier Claessens2009-04-162-133/+53
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-1631-2327/+2160
* Remove glade depXavier Claessens2009-04-161-6/+0
* Make a separated module set for libempathy-gtk/ and src/Xavier Claessens2009-04-162-8/+26
* Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139Lars-Peter Clausen2009-04-161-0/+1