[Galago-commits] r2924 - in branches/libgalago/push-presence: .
docs/reference/tmpl libgalago po
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Oct 8 12:37:18 PDT 2006
Author: chipx86
Date: 2006-10-08 12:37:10 -0700 (Sun, 08 Oct 2006)
New Revision: 2924
Modified:
branches/libgalago/push-presence/ChangeLog
branches/libgalago/push-presence/NEWS
branches/libgalago/push-presence/README
branches/libgalago/push-presence/configure.ac
branches/libgalago/push-presence/docs/reference/tmpl/galago-status.sgml
branches/libgalago/push-presence/libgalago/galago-core.c
branches/libgalago/push-presence/libgalago/galago-person.c
branches/libgalago/push-presence/libgalago/galago-presence.c
branches/libgalago/push-presence/po/da.po
branches/libgalago/push-presence/po/de.po
branches/libgalago/push-presence/po/fr.po
branches/libgalago/push-presence/po/libgalago.pot
branches/libgalago/push-presence/po/pt_BR.po
Log:
Merge from trunk (r2923).
Modified: branches/libgalago/push-presence/ChangeLog
===================================================================
--- branches/libgalago/push-presence/ChangeLog 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/ChangeLog 2006-10-08 19:37:10 UTC (rev 2924)
@@ -82,6 +82,64 @@
- This mostly compiles again. There isn't a chance in hell it works,
though.
+==================== 0.5.2 ====================
+
+Sat Oct 07 11:53:37 EDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ * NEWS:
+ - Bump the version to 0.5.2.
+ - Bump the .so version
+ - Add the release date stamp.
+
+Sat Oct 07 01:25:06 EDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * NEWS:
+ - Update the NEWS.
+
+Fri Oct 06 19:07:50 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-service.c:
+ - Remove galago_service_register_status() and
+ galago_service_get_registered_statuses() for this release.
+
+Fri Oct 06 18:55:56 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-person.c:
+ - Fix comparing of presences in
+ _galago_person_default_calc_priority_account(). The least available
+ presence was being chosen.
+
+Tue Sep 26 15:09:20 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-core.c:
+ - Patch by Raphaël Slinckx to reference the right type of object for the
+ person-added/removed signals.
+
+Tue Sep 26 14:16:01 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-core.c:
+ - Patch by Ross Burton to make us match only on the D-BUS signals we
+ care about, so that we wake up less often.
+
+Tue Jul 25 17:39:01 BST 2006 Iain Holmes <iain at openedhand.com>
+
+ * libgalago/galago-status.h:
+ - Added a Pending type.
+
+Tue Aug 29 12:47:33 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-core.c:
+ - Patch by Ross Burton to set _core to NULL when it has been destroyed.
+
+Tue Jul 11 19:29:01 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-presence.c:
+ * NEWS:
+ - Fixed some invalid return values from galago_presence_compare() when
+ one of the parameters was NULL or when one account was idle and
+ the other was not.
+
Mon Jun 12 19:59:22 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* NEWS:
Modified: branches/libgalago/push-presence/NEWS
===================================================================
--- branches/libgalago/push-presence/NEWS 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/NEWS 2006-10-08 19:37:10 UTC (rev 2924)
@@ -1,6 +1,18 @@
-version 0.5.2:
+version 0.5.2 (October 7, 2006):
* Fixed a crash when passing an idle start time of 0 to
galago_presence_set_idle(). (Bug #64)
+ * Fixed a problem where the _core pointer wasn't being set to NULL after
+ a call to galago_uninit().
+ * Fixed some invalid return values from galago_presence_compare() when
+ one of the parameters was NULL or when one account was idle and the
+ other was not.
+ * Fix galago_person_get_priority_account() to always return the correct
+ priority account. It had a check backwards.
+ * We only set up matches for the D-BUS signals we really care about.
+ This prevents us from waking up unnecessarily, which is important on
+ embedded devices. Patch by Ross Burton.
+ * Fixed the signal registration for person-added/person-removed signals.
+ Patch by Raphaël Slinckx.
* Added the following asynchronous query functions:
- galago_account_get_avatar_async
- galago_account_get_presence_async
Modified: branches/libgalago/push-presence/README
===================================================================
--- branches/libgalago/push-presence/README 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/README 2006-10-08 19:37:10 UTC (rev 2924)
@@ -1,4 +1,4 @@
libgalago
---------
-Desktop presence library
+Galago desktop presence library.
Modified: branches/libgalago/push-presence/configure.ac
===================================================================
--- branches/libgalago/push-presence/configure.ac 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/configure.ac 2006-10-08 19:37:10 UTC (rev 2924)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(libgalago, 0.5.1, chipx86 at chipx86.com)
+AC_INIT(libgalago, 0.5.2, chipx86 at chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_CONFIG_MACRO_DIR([m4])
@@ -15,7 +15,7 @@
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=5
-LIBGALAGO_MICRO_VERSION=1
+LIBGALAGO_MICRO_VERSION=2
LIBGALAGO_DEVEL_VERSION=0
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
@@ -43,7 +43,7 @@
dnl #
dnl # CURRENT : REVISION : AGE
dnl #
-LT_CURRENT=2
+LT_CURRENT=3
LT_REVISION=0
LT_AGE=0
Modified: branches/libgalago/push-presence/docs/reference/tmpl/galago-status.sgml
===================================================================
--- branches/libgalago/push-presence/docs/reference/tmpl/galago-status.sgml 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/docs/reference/tmpl/galago-status.sgml 2006-10-08 19:37:10 UTC (rev 2924)
@@ -42,6 +42,8 @@
Away for a long period of time.
@GALAGO_STATUS_HIDDEN:
Hidden from view from others.
+ at GALAGO_STATUS_PENDING:
+ Status information is pending.
<!-- ##### MACRO GALAGO_STATUS_ID_AVAILABLE ##### -->
<para>
Modified: branches/libgalago/push-presence/libgalago/galago-core.c
===================================================================
--- branches/libgalago/push-presence/libgalago/galago-core.c 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/libgalago/galago-core.c 2006-10-08 19:37:10 UTC (rev 2924)
@@ -231,7 +231,7 @@
NULL, NULL,
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
- GALAGO_TYPE_SERVICE);
+ GALAGO_TYPE_PERSON);
/**
* GalagoCore::person-removed:
@@ -248,7 +248,7 @@
NULL, NULL,
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
- GALAGO_TYPE_SERVICE);
+ GALAGO_TYPE_PERSON);
/**
* GalagoCore::calc-priority-account:
@@ -789,8 +789,10 @@
dbus_bus_add_match(_core->priv->dbus_conn,
"type='signal',"
+ "sender='" DBUS_SERVICE_DBUS "',"
"interface='" DBUS_INTERFACE_DBUS "',"
- "sender='" DBUS_SERVICE_DBUS "'",
+ "member='NameOwnerChanged',"
+ "arg0='" GALAGO_DBUS_SERVICE "'",
&error);
if (dbus_error_is_set(&error))
@@ -974,7 +976,10 @@
_core->priv->init_ref_count--;
if (_core->priv->init_ref_count == 0)
+ {
galago_object_destroy(GALAGO_OBJECT(_core));
+ _core = NULL;
+ }
}
/**
Modified: branches/libgalago/push-presence/libgalago/galago-person.c
===================================================================
--- branches/libgalago/push-presence/libgalago/galago-person.c 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/libgalago/galago-person.c 2006-10-08 19:37:10 UTC (rev 2924)
@@ -730,7 +730,7 @@
GalagoAccount *account = (GalagoAccount *)l->data;
GalagoPresence *presence = galago_account_get_presence(account, TRUE);
- if (galago_presence_compare(priority_presence, presence) > 0)
+ if (galago_presence_compare(priority_presence, presence) < 0)
priority_presence = presence;
}
Modified: branches/libgalago/push-presence/libgalago/galago-presence.c
===================================================================
--- branches/libgalago/push-presence/libgalago/galago-presence.c 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/libgalago/galago-presence.c 2006-10-08 19:37:10 UTC (rev 2924)
@@ -609,41 +609,38 @@
GList *
galago_presence_get_enabled_statuses(const GalagoPresence *presence)
{
+ DBusMessageIter iter, array_iter;
+ DBusMessage *message, *reply;
+ DBusError error;
+ //GList *statuses;
+
g_return_val_if_fail(presence != NULL, NULL);
g_return_val_if_fail(GALAGO_IS_PRESENCE(presence), NULL);
- if (query && GALAGO_OBJECT_IS_REMOTE(presence) &&
- !galago_is_daemon() && galago_is_connected())
- {
- DBusMessageIter *iter;
- DBusMessage *message, *reply;
- DBusError error;
- GList *statuses;
+ message = galago_dbus_message_new_method_call(GALAGO_OBJECT(presence),
+ "GetEnabledStatuses",
+ FALSE, NULL);
- message = galago_dbus_message_new_method_call(GALAGO_OBJECT(presence),
- "GetEnabledStatuses",
- FALSE, NULL);
+ dbus_error_init(&error);
+ reply = dbus_connection_send_with_reply_and_block(
+ galago_get_dbus_conn(), message, -1, &error);
+ dbus_message_unref(message);
- dbus_error_init(&error);
- reply = dbus_connection_send_with_reply_and_block(
- galago_get_dbus_conn(), message, -1, &error);
- dbus_message_unref(message);
+ if (dbus_error_is_set(&error))
+ {
+ g_warning("Error sending GetEnabledStatuses: %s", error.message);
+ return NULL;
+ }
- if (dbus_error_is_set(&error))
- {
- g_warning("Error sending GetEnabledStatuses: %s", error.message);
- return;
- }
+ g_assert(reply != NULL);
- g_assert(reply != NULL);
+ dbus_message_iter_init(reply, &iter);
+ dbus_message_iter_recurse(&iter, &array_iter);
- dbus_message_iter_init(reply, &iter);
- dbus_message_iter_recurse(&iter, &array_iter);
+ //while (dbus_message_iter_get_arg_type(&array_iter) != DBUS_TYPE_INVALID)
- while (dbus_message_iter_get_arg_type(&array_iter) != DBUS_TYPE_INVALID)
- }
-
- return presence->priv->enabled_statuses;
+ //return presence->priv->enabled_statuses;
+ return NULL;
}
gboolean
@@ -686,7 +683,6 @@
{
DBusMessage *message;
DBusMessageIter iter;
- DBusError error;
/* TODO: Handle a reply of sorts? */
message = galago_dbus_message_new_method_call(GALAGO_OBJECT(presence),
@@ -757,9 +753,9 @@
if (presence1 == presence2)
return 0;
else if (presence1 == NULL)
- return 1;
- else if (presence2 == NULL)
return -1;
+ else if (presence2 == NULL)
+ return 1;
/* Compute the score of the first set of statuses. */
for (l = galago_presence_get_enabled_statuses(presence1);
@@ -791,9 +787,9 @@
if (!idle1 && !idle2)
return 0;
else if (idle1 && !idle2)
- return 1;
- else if (!idle1 && idle2)
return -1;
+ else if (!idle1 && idle2)
+ return 1;
else
{
time_t idle_time_1;
Modified: branches/libgalago/push-presence/po/da.po
===================================================================
--- branches/libgalago/push-presence/po/da.po 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/po/da.po 2006-10-08 19:37:10 UTC (rev 2924)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libgalago\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-21 14:02-0700\n"
+"POT-Creation-Date: 2006-10-07 11:55-0400\n"
"PO-Revision-Date: 2005-09-26 01:29+0200\n"
"Last-Translator: Mark Rosenstand <mark at borkware.net>\n"
"Language-Team: Danish\n"
@@ -17,51 +17,51 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgalago/galago-service.c:362
+#: libgalago/galago-service.c:366
msgid "AOL Instant Messenger"
msgstr "AIM"
-#: libgalago/galago-service.c:363
+#: libgalago/galago-service.c:367
msgid "Gadu-Gadu"
msgstr "Gadu-Gadu"
-#: libgalago/galago-service.c:365
+#: libgalago/galago-service.c:369
msgid "Novell GroupWise"
msgstr "Novell GroupWise"
-#: libgalago/galago-service.c:366
+#: libgalago/galago-service.c:370
msgid "ICQ"
msgstr "ICQ"
-#: libgalago/galago-service.c:368
+#: libgalago/galago-service.c:372
msgid "Internet Relay Chat"
msgstr "IRC"
-#: libgalago/galago-service.c:370
+#: libgalago/galago-service.c:374
msgid "Jabber"
msgstr "Jabber"
-#: libgalago/galago-service.c:372
+#: libgalago/galago-service.c:376
msgid "MSN Messenger"
msgstr "MSN Messenger"
-#: libgalago/galago-service.c:374
+#: libgalago/galago-service.c:378
msgid "Napster"
msgstr "Napster"
-#: libgalago/galago-service.c:375
+#: libgalago/galago-service.c:379
msgid "SILC"
msgstr "SILC"
-#: libgalago/galago-service.c:376
+#: libgalago/galago-service.c:380
msgid "Trepia"
msgstr "Trepia"
-#: libgalago/galago-service.c:377
+#: libgalago/galago-service.c:381
msgid "Yahoo! Messenger"
msgstr "Yahoo! Messenger"
-#: libgalago/galago-service.c:379
+#: libgalago/galago-service.c:383
msgid "Zephyr"
msgstr "Zephyr"
Modified: branches/libgalago/push-presence/po/de.po
===================================================================
--- branches/libgalago/push-presence/po/de.po 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/po/de.po 2006-10-08 19:37:10 UTC (rev 2924)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: libgalago\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-21 14:02-0700\n"
+"POT-Creation-Date: 2006-10-07 11:55-0400\n"
"PO-Revision-Date: 2006-04-27 21:59-0700\n"
"Last-Translator: Andreas Kohn <andreas at syndrom23.de>\n"
"Language-Team: German\n"
@@ -17,51 +17,51 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: libgalago/galago-service.c:362
+#: libgalago/galago-service.c:366
msgid "AOL Instant Messenger"
msgstr "AIM"
-#: libgalago/galago-service.c:363
+#: libgalago/galago-service.c:367
msgid "Gadu-Gadu"
msgstr "Gada-Gadu"
-#: libgalago/galago-service.c:365
+#: libgalago/galago-service.c:369
msgid "Novell GroupWise"
msgstr "Novell GroupWise"
-#: libgalago/galago-service.c:366
+#: libgalago/galago-service.c:370
msgid "ICQ"
msgstr "ICQ"
-#: libgalago/galago-service.c:368
+#: libgalago/galago-service.c:372
msgid "Internet Relay Chat"
msgstr "IRC"
-#: libgalago/galago-service.c:370
+#: libgalago/galago-service.c:374
msgid "Jabber"
msgstr "Jabber"
-#: libgalago/galago-service.c:372
+#: libgalago/galago-service.c:376
msgid "MSN Messenger"
msgstr "MSN Messenger"
-#: libgalago/galago-service.c:374
+#: libgalago/galago-service.c:378
msgid "Napster"
msgstr "Napster"
-#: libgalago/galago-service.c:375
+#: libgalago/galago-service.c:379
msgid "SILC"
msgstr "SILC"
-#: libgalago/galago-service.c:376
+#: libgalago/galago-service.c:380
msgid "Trepia"
msgstr "Trepia"
-#: libgalago/galago-service.c:377
+#: libgalago/galago-service.c:381
msgid "Yahoo! Messenger"
msgstr "Yahoo! Messenger"
-#: libgalago/galago-service.c:379
+#: libgalago/galago-service.c:383
msgid "Zephyr"
msgstr "Zephyr"
Modified: branches/libgalago/push-presence/po/fr.po
===================================================================
--- branches/libgalago/push-presence/po/fr.po 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/po/fr.po 2006-10-08 19:37:10 UTC (rev 2924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libgalago\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-21 14:02-0700\n"
+"POT-Creation-Date: 2006-10-07 11:55-0400\n"
"PO-Revision-Date: 2005-02-23 15:03+0100\n"
"Last-Translator: Vincent Carriere <carriere_vincent at yahoo.fr>\n"
"Language-Team: GNOME French Team <gnomefr at traduc.org>\n"
@@ -15,51 +15,51 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgalago/galago-service.c:362
+#: libgalago/galago-service.c:366
msgid "AOL Instant Messenger"
msgstr "AIM"
-#: libgalago/galago-service.c:363
+#: libgalago/galago-service.c:367
msgid "Gadu-Gadu"
msgstr "Gadu-Gadu"
-#: libgalago/galago-service.c:365
+#: libgalago/galago-service.c:369
msgid "Novell GroupWise"
msgstr "Novell GroupWise"
-#: libgalago/galago-service.c:366
+#: libgalago/galago-service.c:370
msgid "ICQ"
msgstr "ICQ"
-#: libgalago/galago-service.c:368
+#: libgalago/galago-service.c:372
msgid "Internet Relay Chat"
msgstr "IRC"
-#: libgalago/galago-service.c:370
+#: libgalago/galago-service.c:374
msgid "Jabber"
msgstr "Jabber"
-#: libgalago/galago-service.c:372
+#: libgalago/galago-service.c:376
msgid "MSN Messenger"
msgstr "MSN Messenger"
-#: libgalago/galago-service.c:374
+#: libgalago/galago-service.c:378
msgid "Napster"
msgstr "Napster"
-#: libgalago/galago-service.c:375
+#: libgalago/galago-service.c:379
msgid "SILC"
msgstr "SILC"
-#: libgalago/galago-service.c:376
+#: libgalago/galago-service.c:380
msgid "Trepia"
msgstr "Trepia"
-#: libgalago/galago-service.c:377
+#: libgalago/galago-service.c:381
msgid "Yahoo! Messenger"
msgstr "Yahoo! Messenger"
-#: libgalago/galago-service.c:379
+#: libgalago/galago-service.c:383
msgid "Zephyr"
msgstr "Zephyr"
Modified: branches/libgalago/push-presence/po/libgalago.pot
===================================================================
--- branches/libgalago/push-presence/po/libgalago.pot 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/po/libgalago.pot 2006-10-08 19:37:10 UTC (rev 2924)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-21 14:02-0700\n"
+"POT-Creation-Date: 2006-10-07 11:55-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,51 +16,51 @@
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgalago/galago-service.c:362
+#: libgalago/galago-service.c:366
msgid "AOL Instant Messenger"
msgstr ""
-#: libgalago/galago-service.c:363
+#: libgalago/galago-service.c:367
msgid "Gadu-Gadu"
msgstr ""
-#: libgalago/galago-service.c:365
+#: libgalago/galago-service.c:369
msgid "Novell GroupWise"
msgstr ""
-#: libgalago/galago-service.c:366
+#: libgalago/galago-service.c:370
msgid "ICQ"
msgstr ""
-#: libgalago/galago-service.c:368
+#: libgalago/galago-service.c:372
msgid "Internet Relay Chat"
msgstr ""
-#: libgalago/galago-service.c:370
+#: libgalago/galago-service.c:374
msgid "Jabber"
msgstr ""
-#: libgalago/galago-service.c:372
+#: libgalago/galago-service.c:376
msgid "MSN Messenger"
msgstr ""
-#: libgalago/galago-service.c:374
+#: libgalago/galago-service.c:378
msgid "Napster"
msgstr ""
-#: libgalago/galago-service.c:375
+#: libgalago/galago-service.c:379
msgid "SILC"
msgstr ""
-#: libgalago/galago-service.c:376
+#: libgalago/galago-service.c:380
msgid "Trepia"
msgstr ""
-#: libgalago/galago-service.c:377
+#: libgalago/galago-service.c:381
msgid "Yahoo! Messenger"
msgstr ""
-#: libgalago/galago-service.c:379
+#: libgalago/galago-service.c:383
msgid "Zephyr"
msgstr ""
Modified: branches/libgalago/push-presence/po/pt_BR.po
===================================================================
--- branches/libgalago/push-presence/po/pt_BR.po 2006-10-08 19:17:33 UTC (rev 2923)
+++ branches/libgalago/push-presence/po/pt_BR.po 2006-10-08 19:37:10 UTC (rev 2924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: libgalago\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-05-21 14:02-0700\n"
+"POT-Creation-Date: 2006-10-07 11:55-0400\n"
"PO-Revision-Date: 2004-07-02 18:40-0300\n"
"Last-Translator: Maurício de Lemos Rodrigues Collares Neto <mauricioc at gmail."
"com>\n"
@@ -18,51 +18,51 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: libgalago/galago-service.c:362
+#: libgalago/galago-service.c:366
msgid "AOL Instant Messenger"
msgstr "AOL Instant Messenger"
-#: libgalago/galago-service.c:363
+#: libgalago/galago-service.c:367
msgid "Gadu-Gadu"
msgstr "Gadu-Gadu"
-#: libgalago/galago-service.c:365
+#: libgalago/galago-service.c:369
msgid "Novell GroupWise"
msgstr "Novell GroupWise"
-#: libgalago/galago-service.c:366
+#: libgalago/galago-service.c:370
msgid "ICQ"
msgstr "ICQ"
-#: libgalago/galago-service.c:368
+#: libgalago/galago-service.c:372
msgid "Internet Relay Chat"
msgstr "IRC"
-#: libgalago/galago-service.c:370
+#: libgalago/galago-service.c:374
msgid "Jabber"
msgstr "Jabber"
-#: libgalago/galago-service.c:372
+#: libgalago/galago-service.c:376
msgid "MSN Messenger"
msgstr "MSN Messenger"
-#: libgalago/galago-service.c:374
+#: libgalago/galago-service.c:378
msgid "Napster"
msgstr "Napster"
-#: libgalago/galago-service.c:375
+#: libgalago/galago-service.c:379
msgid "SILC"
msgstr "SILC"
-#: libgalago/galago-service.c:376
+#: libgalago/galago-service.c:380
msgid "Trepia"
msgstr "Trepia"
-#: libgalago/galago-service.c:377
+#: libgalago/galago-service.c:381
msgid "Yahoo! Messenger"
msgstr "Yahoo! Messenger"
-#: libgalago/galago-service.c:379
+#: libgalago/galago-service.c:383
msgid "Zephyr"
msgstr "Zepyhr"
More information about the galago-commits
mailing list