aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-request-util.c
Commit message (Collapse)AuthorAgeFilesLines
* empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-051-8/+18
| | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c
* Set the DelegateToPreferredHandler hintGuillaume Desmottes2011-07-111-0/+1
| | | | | | | This ensures that Empathy will always handle and display the channel, even if GNOME Shel is already handling it. https://bugzilla.gnome.org/show_bug.cgi?id=652439
* coding style fixesGuillaume Desmottes2011-07-111-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652439
* create_text_channel: pass Empathy.Chat as preferred handlerGuillaume Desmottes2011-05-111-2/+2
| | | | | Seem I forgot it when adding preferred handler in 52eb24e6e7b012856525f6f09d3c1a941375d383.
* Move the code ensuring a requested sms channel to empathy-request-utilChandni Verma2011-05-051-23/+32
| | | | as empathy-dispatcher has been deleted in master
* pass a preferred handler when requesting channelsGuillaume Desmottes2011-03-171-4/+4
| | | | | We want to use Empathy components when possible instead of, say, KDE ones if both are installed (#643863).
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-0/+107
We don't have EmpathyDispatcher any more so this file just contains some utility functions now.