]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoAdd a comment explaining why we activate the event in an idle.
Xavier Claessens [Fri, 30 Jan 2009 17:08:32 +0000 (17:08 +0000)]
Add a comment explaining why we activate the event in an idle.

svn path=/trunk/; revision=2303

15 years agoFactor out some common code.
Xavier Claessens [Fri, 30 Jan 2009 17:08:29 +0000 (17:08 +0000)]
Factor out some common code.

svn path=/trunk/; revision=2302

15 years agoAlways check if notifications are enabled when we update them.
Xavier Claessens [Fri, 30 Jan 2009 17:08:26 +0000 (17:08 +0000)]
Always check if notifications are enabled when we update them.

svn path=/trunk/; revision=2301

15 years agoUpdate the pixbuf when we receive an event update.
Xavier Claessens [Fri, 30 Jan 2009 17:08:23 +0000 (17:08 +0000)]
Update the pixbuf when we receive an event update.

svn path=/trunk/; revision=2300

15 years agoUse the avatar for all the events with a contact.
Xavier Claessens [Fri, 30 Jan 2009 17:08:19 +0000 (17:08 +0000)]
Use the avatar for all the events with a contact.

svn path=/trunk/; revision=2299

15 years agoAdd an enum to define notification close reason.
Xavier Claessens [Fri, 30 Jan 2009 17:08:17 +0000 (17:08 +0000)]
Add an enum to define notification close reason.

svn path=/trunk/; revision=2298

15 years agoUnref the notification after it has been closed.
Xavier Claessens [Fri, 30 Jan 2009 17:08:13 +0000 (17:08 +0000)]
Unref the notification after it has been closed.

svn path=/trunk/; revision=2297

15 years agoEscape message body with g_markup_escape_text before pushing it to the notification.
Xavier Claessens [Fri, 30 Jan 2009 17:08:11 +0000 (17:08 +0000)]
Escape message body with g_markup_escape_text before pushing it to the notification.

svn path=/trunk/; revision=2296

15 years agoFix order or params in chat_window_show_or_update_notification ().
Xavier Claessens [Fri, 30 Jan 2009 17:08:08 +0000 (17:08 +0000)]
Fix order or params in chat_window_show_or_update_notification ().

svn path=/trunk/; revision=2295

15 years agoMove empathy_notification_is_enabled () to src/
Xavier Claessens [Fri, 30 Jan 2009 17:08:04 +0000 (17:08 +0000)]
Move empathy_notification_is_enabled () to src/

svn path=/trunk/; revision=2294

15 years agoFix coding style.
Xavier Claessens [Fri, 30 Jan 2009 17:08:01 +0000 (17:08 +0000)]
Fix coding style.

svn path=/trunk/; revision=2293

15 years agoAdd libnotify dep to src/ only.
Xavier Claessens [Fri, 30 Jan 2009 17:07:58 +0000 (17:07 +0000)]
Add libnotify dep to src/ only.

svn path=/trunk/; revision=2292

15 years agoMake possible to use libnotify 0.4.4, to not force the usage of too recent distributions.
Xavier Claessens [Fri, 30 Jan 2009 17:07:55 +0000 (17:07 +0000)]
Make possible to use libnotify 0.4.4, to not force the usage of too recent distributions.

svn path=/trunk/; revision=2291

15 years agoInitialize GError to NULL before using it.
Xavier Claessens [Fri, 30 Jan 2009 17:07:51 +0000 (17:07 +0000)]
Initialize GError to NULL before using it.

svn path=/trunk/; revision=2290

15 years agoFix indentation.
Xavier Claessens [Fri, 30 Jan 2009 17:07:49 +0000 (17:07 +0000)]
Fix indentation.

svn path=/trunk/; revision=2289

15 years agoAdd a convenience function to avoid hacks when getting the pixbuf from the icon name.
Xavier Claessens [Fri, 30 Jan 2009 17:07:45 +0000 (17:07 +0000)]
Add a convenience function to avoid hacks when getting the pixbuf from the icon name.

svn path=/trunk/; revision=2288

15 years agoMake notifications for unfocused chat windows work properly.
Xavier Claessens [Fri, 30 Jan 2009 17:07:42 +0000 (17:07 +0000)]
Make notifications for unfocused chat windows work properly.

svn path=/trunk/; revision=2287

15 years agoBreak after the event has been found.
Xavier Claessens [Fri, 30 Jan 2009 17:07:38 +0000 (17:07 +0000)]
Break after the event has been found.

svn path=/trunk/; revision=2286

15 years agoW.I.P. for notifications on chat window.
Xavier Claessens [Fri, 30 Jan 2009 17:07:35 +0000 (17:07 +0000)]
W.I.P. for notifications on chat window.

svn path=/trunk/; revision=2285

15 years agoDon't update the event if the notification can't be shown.
Xavier Claessens [Fri, 30 Jan 2009 17:07:32 +0000 (17:07 +0000)]
Don't update the event if the notification can't be shown.

svn path=/trunk/; revision=2284

15 years agoTypo.
Xavier Claessens [Fri, 30 Jan 2009 17:07:29 +0000 (17:07 +0000)]
Typo.

svn path=/trunk/; revision=2283

15 years agoImplement a logic for disabling notifications when away.
Xavier Claessens [Fri, 30 Jan 2009 17:07:26 +0000 (17:07 +0000)]
Implement a logic for disabling notifications when away.

svn path=/trunk/; revision=2282

15 years agoModify code to handle new preferences.
Xavier Claessens [Fri, 30 Jan 2009 17:07:23 +0000 (17:07 +0000)]
Modify code to handle new preferences.

svn path=/trunk/; revision=2281

15 years agoAdd a preference UI for notifications.
Xavier Claessens [Fri, 30 Jan 2009 17:07:19 +0000 (17:07 +0000)]
Add a preference UI for notifications.

svn path=/trunk/; revision=2280

15 years agoIf the notification is not dismissed by the user, do not display other notifications...
Xavier Claessens [Fri, 30 Jan 2009 17:07:15 +0000 (17:07 +0000)]
If the notification is not dismissed by the user, do not display other notifications for new incoming messages.

svn path=/trunk/; revision=2279

15 years agoSplit the event description into header and message body.
Xavier Claessens [Fri, 30 Jan 2009 17:07:12 +0000 (17:07 +0000)]
Split the event description into header and message body.
Add a way to update a pending event.

svn path=/trunk/; revision=2278

15 years agoFix indentation.
Xavier Claessens [Fri, 30 Jan 2009 17:07:08 +0000 (17:07 +0000)]
Fix indentation.

svn path=/trunk/; revision=2277

15 years agoInsert an image in the notify baloon.
Xavier Claessens [Fri, 30 Jan 2009 17:07:04 +0000 (17:07 +0000)]
Insert an image in the notify baloon.

svn path=/trunk/; revision=2276

15 years agoAdapt the status icon message to the new API.
Xavier Claessens [Fri, 30 Jan 2009 17:07:00 +0000 (17:07 +0000)]
Adapt the status icon message to the new API.

svn path=/trunk/; revision=2275

15 years agoRequire latest libnotify. Don't crash when clicking the notification.
Xavier Claessens [Fri, 30 Jan 2009 17:06:57 +0000 (17:06 +0000)]
Require latest libnotify. Don't crash when clicking the notification.

svn path=/trunk/; revision=2274

15 years agoUse PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().
Xavier Claessens [Fri, 30 Jan 2009 17:06:53 +0000 (17:06 +0000)]
Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().

svn path=/trunk/; revision=2273

15 years agomimic tooltip and icon notifications; unref any outstanding notification
Xavier Claessens [Fri, 30 Jan 2009 17:06:50 +0000 (17:06 +0000)]
mimic tooltip and icon notifications; unref any outstanding notification
on finalize

svn path=/trunk/; revision=2272

15 years agouninit linotify after unrefing status icon
Xavier Claessens [Fri, 30 Jan 2009 17:06:45 +0000 (17:06 +0000)]
uninit linotify after unrefing status icon

svn path=/trunk/; revision=2271

15 years agogenerify notification; add idle activation of event
Xavier Claessens [Fri, 30 Jan 2009 17:06:41 +0000 (17:06 +0000)]
generify notification; add idle activation of event

svn path=/trunk/; revision=2270

15 years agoadd notify uninit
Xavier Claessens [Fri, 30 Jan 2009 17:06:36 +0000 (17:06 +0000)]
add notify uninit

svn path=/trunk/; revision=2269

15 years agoshow notification on new event
Xavier Claessens [Fri, 30 Jan 2009 17:06:31 +0000 (17:06 +0000)]
show notification on new event

svn path=/trunk/; revision=2268

15 years agoinitialize libnotify
Xavier Claessens [Fri, 30 Jan 2009 17:06:28 +0000 (17:06 +0000)]
initialize libnotify

svn path=/trunk/; revision=2267

15 years agoadd libnotify configure check
Xavier Claessens [Fri, 30 Jan 2009 17:06:22 +0000 (17:06 +0000)]
add libnotify configure check

svn path=/trunk/; revision=2266

15 years agodisable chat history menu item when there is no account.
Frederic Peters [Fri, 30 Jan 2009 10:44:08 +0000 (10:44 +0000)]
disable chat history menu item when there is no account.
(bug #562554)

svn path=/trunk/; revision=2265

15 years agoAdded a new empathy_account_manager_get_count function, to get the number of
Frederic Peters [Fri, 30 Jan 2009 10:43:15 +0000 (10:43 +0000)]
Added a new empathy_account_manager_get_count function, to get the number of
accounts.

svn path=/trunk/; revision=2264

15 years agoUpdate gitignore
Xavier Claessens [Thu, 29 Jan 2009 19:08:53 +0000 (19:08 +0000)]
Update gitignore

svn path=/trunk/; revision=2263

15 years agoUpdated ca translation (Gil Forcada)
Gil Forcada Codinachs [Thu, 29 Jan 2009 13:09:39 +0000 (13:09 +0000)]
Updated ca translation (Gil Forcada)

svn path=/trunk/; revision=2262

15 years agoAlso accept sftp as URL scheme.
Xavier Claessens [Thu, 29 Jan 2009 10:55:30 +0000 (10:55 +0000)]
Also accept sftp as URL scheme.

svn path=/trunk/; revision=2261

15 years ago\n is also a delimiter for URLs.
Xavier Claessens [Thu, 29 Jan 2009 10:27:47 +0000 (10:27 +0000)]
\n is also a delimiter for URLs.

svn path=/trunk/; revision=2260

15 years agops was missing in LINGUAS
Gil Forcada Codinachs [Tue, 27 Jan 2009 07:56:28 +0000 (07:56 +0000)]
ps was missing in LINGUAS

svn path=/trunk/; revision=2259

15 years agoUpdated Greek translation (Marios Zindilis)
Simos Xenitellis [Mon, 26 Jan 2009 19:30:02 +0000 (19:30 +0000)]
Updated Greek translation (Marios Zindilis)

svn path=/trunk/; revision=2258

15 years agoAdded Greek translation (Marios Zindilis)
Simos Xenitellis [Mon, 26 Jan 2009 19:27:34 +0000 (19:27 +0000)]
Added Greek translation (Marios Zindilis)

svn path=/trunk/; revision=2257

15 years agoaccounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_create...
Guillaume Desmottes [Mon, 26 Jan 2009 10:42:28 +0000 (10:42 +0000)]
accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_create failed, early return instead of crashing

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2256

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 24 Jan 2009 19:43:06 +0000 (19:43 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2255

15 years agoUpdated ko translation.
Changwoo Ryu [Fri, 23 Jan 2009 16:23:23 +0000 (16:23 +0000)]
Updated ko translation.

svn path=/trunk/; revision=2254

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Fri, 23 Jan 2009 16:00:26 +0000 (16:00 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2253

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Fri, 23 Jan 2009 15:59:56 +0000 (15:59 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2252

15 years agoReplace G_STR_EMPTY in newly added code too.
Xavier Claessens [Fri, 23 Jan 2009 13:52:52 +0000 (13:52 +0000)]
Replace G_STR_EMPTY in newly added code too.

svn path=/trunk/; revision=2251

15 years agoRemoved unused G_STR_EMPTY from empathy-ui-utils.h.
Jonny Lamb [Fri, 23 Jan 2009 13:52:47 +0000 (13:52 +0000)]
Removed unused G_STR_EMPTY from empathy-ui-utils.h.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2250

15 years agoRenamed G_STR_EMPTY to EMP_STR_EMPTY.
Jonny Lamb [Fri, 23 Jan 2009 13:52:40 +0000 (13:52 +0000)]
Renamed G_STR_EMPTY to EMP_STR_EMPTY.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2249

15 years agoUpdate the user documentation (Milo Casagrande).
Xavier Claessens [Fri, 23 Jan 2009 11:28:15 +0000 (11:28 +0000)]
Update the user documentation (Milo Casagrande).

svn path=/trunk/; revision=2248

15 years agoDo not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer).
Xavier Claessens [Fri, 23 Jan 2009 11:02:59 +0000 (11:02 +0000)]
Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer).

svn path=/trunk/; revision=2247

15 years agoRemoved trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle)
Xavier Claessens [Fri, 23 Jan 2009 10:44:32 +0000 (10:44 +0000)]
Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle)

svn path=/trunk/; revision=2246

15 years agoAdd a source field to specify the name of the account source. (Stephane Wirtel)
Jonny Lamb [Fri, 23 Jan 2009 10:28:58 +0000 (10:28 +0000)]
Add a source field to specify the name of the account source. (Stephane Wirtel)

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2245

15 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 19 Jan 2009 18:02:03 +0000 (18:02 +0000)]
updated hebrew translation

svn path=/trunk/; revision=2244

15 years agoUpdated gr translation (Marios Zindilis).
Simos Xenitellis [Sat, 17 Jan 2009 21:44:49 +0000 (21:44 +0000)]
Updated gr translation (Marios Zindilis).

svn path=/trunk/; revision=2243

15 years agoUpdated gr translation (Marios Zindilis).
Simos Xenitellis [Sat, 17 Jan 2009 19:23:59 +0000 (19:23 +0000)]
Updated gr translation (Marios Zindilis).

svn path=/trunk/; revision=2242

15 years agoUpdated Hungarian translation
Gabor Keleman [Sat, 17 Jan 2009 07:11:02 +0000 (07:11 +0000)]
Updated Hungarian translation

svn path=/trunk/; revision=2241

15 years agoUpdated German translation, fix #564539.
Hendrik Richter [Fri, 16 Jan 2009 19:45:08 +0000 (19:45 +0000)]
Updated German translation, fix #564539.

2009-01-16  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation, fix #564539.

svn path=/trunk/; revision=2239

15 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 16 Jan 2009 17:24:03 +0000 (17:24 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=2238

15 years agoEmpathyDispatcher: Handle File channels that we didn't request.
Jonny Lamb [Fri, 16 Jan 2009 17:02:35 +0000 (17:02 +0000)]
EmpathyDispatcher: Handle File channels that we didn't request.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2237

15 years agoRemoved extensions.h inclusion in public API.
Jonny Lamb [Fri, 16 Jan 2009 17:02:31 +0000 (17:02 +0000)]
Removed extensions.h inclusion in public API.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2236

15 years agoFix building, there were a missing _new ->_dup_singleton.
Xavier Claessens [Fri, 16 Jan 2009 09:12:23 +0000 (09:12 +0000)]
Fix building, there were a missing _new ->_dup_singleton.

svn path=/trunk/; revision=2235

15 years agoUpdate python bindings.
Xavier Claessens [Thu, 15 Jan 2009 20:40:21 +0000 (20:40 +0000)]
Update python bindings.

svn path=/trunk/; revision=2234

15 years agoempathy_mission_control_new -> dup_singleton.
Xavier Claessens [Thu, 15 Jan 2009 20:40:17 +0000 (20:40 +0000)]
empathy_mission_control_new -> dup_singleton.

svn path=/trunk/; revision=2233

15 years agoEmpathyDispatcher: make style somewhat more consistent.
Jonny Lamb [Thu, 15 Jan 2009 20:39:19 +0000 (20:39 +0000)]
EmpathyDispatcher: make style somewhat more consistent.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2232

15 years agoWhen sending files, make sure the connection is ready before making sure the contact...
Jonny Lamb [Thu, 15 Jan 2009 14:47:16 +0000 (14:47 +0000)]
When sending files, make sure the connection is ready before making sure the contact is ready.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2231

15 years agoDo not unref the channel when closing it, wait for the invalidated signal.
Xavier Claessens [Thu, 15 Jan 2009 10:28:03 +0000 (10:28 +0000)]
Do not unref the channel when closing it, wait for the invalidated signal.

svn path=/trunk/; revision=2230

15 years agoRemove usage of EmpathyTpGroup from EmpathyTpCall.
Xavier Claessens [Mon, 12 Jan 2009 21:51:30 +0000 (21:51 +0000)]
Remove usage of EmpathyTpGroup from EmpathyTpCall.

svn path=/trunk/; revision=2229

15 years agoEmpathyContact keeps a ref to the factory.
Xavier Claessens [Mon, 12 Jan 2009 21:51:26 +0000 (21:51 +0000)]
EmpathyContact keeps a ref to the factory.

svn path=/trunk/; revision=2228

15 years agoRemove some usage of EmpathyTpGroup from EmpathyTpChat
Xavier Claessens [Mon, 12 Jan 2009 21:51:23 +0000 (21:51 +0000)]
Remove some usage of EmpathyTpGroup from EmpathyTpChat

svn path=/trunk/; revision=2227

15 years agoRemove useless include of empathy-tp-group.h
Xavier Claessens [Mon, 12 Jan 2009 21:51:16 +0000 (21:51 +0000)]
Remove useless include of empathy-tp-group.h

svn path=/trunk/; revision=2226

15 years agoReuse, and properly destroy, the avatar file chooser dialog.
Frederic Peters [Mon, 12 Jan 2009 14:58:31 +0000 (14:58 +0000)]
Reuse, and properly destroy, the avatar file chooser dialog.
Fixes bug #548768 (Frederic Peters)

svn path=/trunk/; revision=2225

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 12 Jan 2009 12:51:00 +0000 (12:51 +0000)]
Updated Norwegian bokmål translation.

svn path=/trunk/; revision=2224

15 years agoUpdated th translation (Theppitak Karoonboonyanan).
Theppitak Karoonboonyanan [Mon, 12 Jan 2009 09:10:21 +0000 (09:10 +0000)]
Updated th translation (Theppitak Karoonboonyanan).

svn path=/trunk/; revision=2223

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Sun, 11 Jan 2009 22:47:40 +0000 (22:47 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=2222

15 years agoBump needed version of telepathy-glib to 0.7.19
Xavier Claessens [Sun, 11 Jan 2009 22:11:48 +0000 (22:11 +0000)]
Bump needed version of telepathy-glib to 0.7.19

svn path=/trunk/; revision=2221

15 years agoClean some coding style
Xavier Claessens [Fri, 9 Jan 2009 16:17:08 +0000 (16:17 +0000)]
Clean some coding style

svn path=/trunk/; revision=2220

15 years agoRemove useless spaces in message.
Xavier Claessens [Fri, 9 Jan 2009 16:17:05 +0000 (16:17 +0000)]
Remove useless spaces in message.

svn path=/trunk/; revision=2219

15 years agoRemove useless goto
Xavier Claessens [Fri, 9 Jan 2009 16:17:01 +0000 (16:17 +0000)]
Remove useless goto

svn path=/trunk/; revision=2218

15 years agoIf channel is invalidated before being ready, the error is handled in invalidated_cb...
Xavier Claessens [Fri, 9 Jan 2009 16:16:58 +0000 (16:16 +0000)]
If channel is invalidated before being ready, the error is handled in invalidated_cb, so we can return directly in ready_cb.

svn path=/trunk/; revision=2217

15 years agomission_control_get_tpconnection returns a new ref, don't forget to unref the connection.
Xavier Claessens [Fri, 9 Jan 2009 16:16:55 +0000 (16:16 +0000)]
mission_control_get_tpconnection returns a new ref, don't forget to unref the connection.

svn path=/trunk/; revision=2216

15 years agoAdd a FIXME telling that there is a leak, not sure how to plug it, that code will...
Xavier Claessens [Fri, 9 Jan 2009 16:16:52 +0000 (16:16 +0000)]
Add a FIXME telling that there is a leak, not sure how to plug it, that code will be removed soon anyway.

svn path=/trunk/; revision=2215

15 years agoUse tp_channel_borrow_connection instead of g_object_get. This fix a leak.
Xavier Claessens [Fri, 9 Jan 2009 16:16:49 +0000 (16:16 +0000)]
Use tp_channel_borrow_connection instead of g_object_get. This fix a leak.

svn path=/trunk/; revision=2214

15 years agoUpdate gitignore
Xavier Claessens [Fri, 9 Jan 2009 16:16:46 +0000 (16:16 +0000)]
Update gitignore

svn path=/trunk/; revision=2213

15 years agoDo not generate marshallers in src/, it is not needed.
Xavier Claessens [Fri, 9 Jan 2009 16:16:43 +0000 (16:16 +0000)]
Do not generate marshallers in src/, it is not needed.

svn path=/trunk/; revision=2212

15 years agoFix some errors made when rebasing on master
Xavier Claessens [Fri, 9 Jan 2009 16:16:40 +0000 (16:16 +0000)]
Fix some errors made when rebasing on master

svn path=/trunk/; revision=2211

15 years agoRemove dead code
Xavier Claessens [Fri, 9 Jan 2009 16:16:36 +0000 (16:16 +0000)]
Remove dead code

svn path=/trunk/; revision=2210

15 years agoCorrect little coding style
Xavier Claessens [Fri, 9 Jan 2009 16:16:33 +0000 (16:16 +0000)]
Correct little coding style

svn path=/trunk/; revision=2209

15 years agoCorrectly align \ characters
Xavier Claessens [Fri, 9 Jan 2009 16:16:30 +0000 (16:16 +0000)]
Correctly align \ characters

svn path=/trunk/; revision=2208

15 years agoUpdate pyhton binding
Xavier Claessens [Fri, 9 Jan 2009 16:16:27 +0000 (16:16 +0000)]
Update pyhton binding

svn path=/trunk/; revision=2207

15 years agoUpdate API doc.
Xavier Claessens [Fri, 9 Jan 2009 16:16:24 +0000 (16:16 +0000)]
Update API doc.

svn path=/trunk/; revision=2206

15 years agoOnly unref things in dispose
Sjoerd Simons [Fri, 9 Jan 2009 16:16:20 +0000 (16:16 +0000)]
Only unref things in dispose

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2205

15 years agoempathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to make...
Guillaume Desmottes [Fri, 9 Jan 2009 16:16:17 +0000 (16:16 +0000)]
empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to make compiler happy

Signed-off-by: Guillaume Desmottes <gdesmott@gnome.org>
svn path=/trunk/; revision=2204

15 years agoIgnore requested channels we didn't request except for text channels, also ignore...
Sjoerd Simons [Fri, 9 Jan 2009 16:16:14 +0000 (16:16 +0000)]
Ignore requested channels we didn't request except for text channels, also ignore deprecated channels types and channels for which it doesn't make sense to handle them unless they were requested

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2203