aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-02-10 20:57:43 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-02-10 20:57:43 +0000
commite06e0ee7375a033cabe5970aa3e9fc76b6211ca8 (patch)
tree0ac897718c56f89f17cdf93950b76c92330ebcac /polish
parentbbbfc48f5da519d9ecc4306281a7114cca8f7692 (diff)
downloadports-e06e0ee7375a033cabe5970aa3e9fc76b6211ca8.tar.gz
ports-e06e0ee7375a033cabe5970aa3e9fc76b6211ca8.zip
- Update to version 0.11.0
- Add more master sites - Use bsd.port.options.mk - Sort plist
Notes
Notes: svn path=/head/; revision=290875
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile13
-rw-r--r--polish/kadu/distinfo4
-rw-r--r--polish/kadu/files/patch-base_action_context.h8
-rw-r--r--polish/kadu/files/patch-plugins-single_window-CMakeLists.txt10
-rw-r--r--polish/kadu/files/patch-plugins-tabs-CMakeLists.txt10
-rw-r--r--polish/kadu/pkg-plist5372
6 files changed, 2741 insertions, 2676 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index ae8099e3e925..dcb8864b975e 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -6,10 +6,12 @@
#
PORTNAME= kadu
-PORTVERSION= 0.10.1
+PORTVERSION= 0.11.0
PORTEPOCH= 1
CATEGORIES= polish net-im
-MASTER_SITES= http://download.kadu.im/stable/:kadu \
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
+ GOOGLE_CODE:kadu \
+ http://download.kadu.im/stable/:kadu \
http://download.kadu.im/additions/:additions
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:kadu
DIST_SUBDIR= kadu
@@ -52,7 +54,7 @@ INSTALLS_ICONS= yes
OPTIONS= GG_EMOTS "Install GG-compatible emoticons" off
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_GG_EMOTS)
PLIST_SUB+= GG_EMOTS=""
@@ -64,6 +66,9 @@ PLIST_SUB+= GG_EMOTS="@comment "
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+ ${WRKSRC}/plugins/single_window/CMakeLists.txt \
+ ${WRKSRC}/plugins/tabs/CMakeLists.txt
@${FIND} ${WRKSRC} -exec ${GREP} -q "#!/bin/bash" {} \; \
-exec ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|g' {} \;
@@ -74,4 +79,4 @@ post-patch:
cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo
index 426fd3e84967..bac31a692aa3 100644
--- a/polish/kadu/distinfo
+++ b/polish/kadu/distinfo
@@ -1,5 +1,5 @@
-SHA256 (kadu/kadu-0.10.1.tar.bz2) = ef5ccf8c9028e2d572faf1b997c4d86447777d19217f34e429ec622baebf0849
-SIZE (kadu/kadu-0.10.1.tar.bz2) = 5692233
+SHA256 (kadu/kadu-0.11.0.tar.bz2) = 6db3164f88b8076d4269ba005521c502da47605c882e68755016d2dae2b1acfe
+SIZE (kadu/kadu-0.11.0.tar.bz2) = 5810351
SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f
SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637
SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450
diff --git a/polish/kadu/files/patch-base_action_context.h b/polish/kadu/files/patch-base_action_context.h
new file mode 100644
index 000000000000..9317ae4211ee
--- /dev/null
+++ b/polish/kadu/files/patch-base_action_context.h
@@ -0,0 +1,8 @@
+--- kadu-core/gui/actions/base-action-context.h.orig 2012-02-09 21:46:02.000000000 +0100
++++ kadu-core/gui/actions/base-action-context.h 2012-02-09 21:46:15.000000000 +0100
+@@ -1,4 +1,4 @@
+-/*
++/*
+ * %kadu copyright begin%
+ * Copyright 2011 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
+ * %kadu copyright end%
diff --git a/polish/kadu/files/patch-plugins-single_window-CMakeLists.txt b/polish/kadu/files/patch-plugins-single_window-CMakeLists.txt
new file mode 100644
index 000000000000..6bf9894522df
--- /dev/null
+++ b/polish/kadu/files/patch-plugins-single_window-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- plugins/single_window/CMakeLists.txt.orig 2012-02-09 22:31:22.000000000 +0100
++++ plugins/single_window/CMakeLists.txt 2012-02-09 22:33:20.000000000 +0100
+@@ -7,6 +7,7 @@
+
+ set (KADU_FIND_REQUIRED true)
+ include (FindKadu)
++include_directories (%%LOCALBASE%%/include)
+
+ set (SOURCES
+ single-window.cpp
diff --git a/polish/kadu/files/patch-plugins-tabs-CMakeLists.txt b/polish/kadu/files/patch-plugins-tabs-CMakeLists.txt
new file mode 100644
index 000000000000..3c70e7d3c2d2
--- /dev/null
+++ b/polish/kadu/files/patch-plugins-tabs-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- plugins/tabs/CMakeLists.txt.orig 2012-02-09 22:34:52.000000000 +0100
++++ plugins/tabs/CMakeLists.txt 2012-02-09 22:35:21.000000000 +0100
+@@ -7,6 +7,7 @@
+
+ set (KADU_FIND_REQUIRED true)
+ include (FindKadu)
++include_directories (%%LOCALBASE%%/include)
+
+ set (SOURCES
+ tabs.cpp
diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist
index dd5de79fe40b..78300691e511 100644
--- a/polish/kadu/pkg-plist
+++ b/polish/kadu/pkg-plist
@@ -1,571 +1,600 @@
bin/kadu
-include/kadu/kadu-core/accounts/filter/writeable-contacts-list-filter.h
+include/kadu/kadu-core/accounts/account-details.h
+include/kadu/kadu-core/accounts/account-manager.h
+include/kadu/kadu-core/accounts/account-shared.h
+include/kadu/kadu-core/accounts/account-status-container.h
+include/kadu/kadu-core/accounts/account.h
+include/kadu/kadu-core/accounts/accounts-aware-object.h
include/kadu/kadu-core/accounts/filter/abstract-account-filter.h
include/kadu/kadu-core/accounts/filter/have-multilogon-filter.h
-include/kadu/kadu-core/accounts/filter/id-validity-filter.h
include/kadu/kadu-core/accounts/filter/protocol-filter.h
+include/kadu/kadu-core/accounts/filter/writeable-contacts-list-filter.h
include/kadu/kadu-core/accounts/model/accounts-model.h
include/kadu/kadu-core/accounts/model/accounts-proxy-model.h
-include/kadu/kadu-core/accounts/accounts-aware-object.h
-include/kadu/kadu-core/accounts/account-details.h
-include/kadu/kadu-core/accounts/account.h
-include/kadu/kadu-core/accounts/account-shared.h
-include/kadu/kadu-core/accounts/account-proxy-settings.h
-include/kadu/kadu-core/accounts/account-manager.h
-include/kadu/kadu-core/avatars/avatar.h
-include/kadu/kadu-core/avatars/avatar-job-runner.h
+include/kadu/kadu-core/activate.h
include/kadu/kadu-core/avatars/avatar-job-manager.h
+include/kadu/kadu-core/avatars/avatar-job-runner.h
include/kadu/kadu-core/avatars/avatar-manager.h
include/kadu/kadu-core/avatars/avatar-shared.h
-include/kadu/kadu-core/buddies/filter/mobile-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/anonymous-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/buddy-name-filter.h
-include/kadu/kadu-core/buddies/filter/online-and-description-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/non-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/anonymous-without-messages-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/has-description-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/pending-messages-filter.h
-include/kadu/kadu-core/buddies/filter/blocked-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/offline-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/group-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/account-buddy-filter.h
-include/kadu/kadu-core/buddies/filter/abstract-buddy-filter.h
-include/kadu/kadu-core/buddies/model/groups-model.h
-include/kadu/kadu-core/buddies/model/buddy-list-model.h
-include/kadu/kadu-core/buddies/model/buddies-model-base.h
-include/kadu/kadu-core/buddies/model/buddy-data-extractor.h
-include/kadu/kadu-core/buddies/model/buddies-model.h
-include/kadu/kadu-core/buddies/model/abstract-buddies-model.h
-include/kadu/kadu-core/buddies/model/buddies-model-proxy.h
-include/kadu/kadu-core/buddies/buddy-list.h
-include/kadu/kadu-core/buddies/buddy-shared.h
-include/kadu/kadu-core/buddies/buddy-kadu-data.h
-include/kadu/kadu-core/buddies/buddy-gender.h
-include/kadu/kadu-core/buddies/group-shared.h
-include/kadu/kadu-core/buddies/group.h
-include/kadu/kadu-core/buddies/buddy.h
+include/kadu/kadu-core/avatars/avatar.h
+include/kadu/kadu-core/aware-object.h
include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler-manager.h
-include/kadu/kadu-core/buddies/buddy-or-contact.h
-include/kadu/kadu-core/buddies/buddy-remove-predicate-object.h
-include/kadu/kadu-core/buddies/buddy-list-mime-data-helper.h
include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler.h
-include/kadu/kadu-core/buddies/buddy-search-criteria.h
+include/kadu/kadu-core/buddies/buddy-gender.h
+include/kadu/kadu-core/buddies/buddy-kadu-data.h
+include/kadu/kadu-core/buddies/buddy-list-mime-data-helper.h
+include/kadu/kadu-core/buddies/buddy-list.h
include/kadu/kadu-core/buddies/buddy-manager.h
-include/kadu/kadu-core/buddies/group-manager.h
-include/kadu/kadu-core/buddies/buddy-set.h
include/kadu/kadu-core/buddies/buddy-preferred-manager.h
-include/kadu/kadu-core/chat/filter/chat-filter.h
-include/kadu/kadu-core/chat/filter/chat-name-filter.h
-include/kadu/kadu-core/chat/message/formatted-message.h
-include/kadu/kadu-core/chat/message/message-render-info.h
-include/kadu/kadu-core/chat/message/formatted-message-part.h
-include/kadu/kadu-core/chat/message/message-shared.h
-include/kadu/kadu-core/chat/message/message.h
-include/kadu/kadu-core/chat/message/message-common.h
-include/kadu/kadu-core/chat/message/pending-messages-manager.h
-include/kadu/kadu-core/chat/style-engines/chat-style-engine.h
-include/kadu/kadu-core/chat/type/chat-type-aware-object.h
-include/kadu/kadu-core/chat/type/chat-type.h
-include/kadu/kadu-core/chat/type/chat-type-conference.h
-include/kadu/kadu-core/chat/type/chat-type-simple.h
-include/kadu/kadu-core/chat/type/chat-type-manager.h
-include/kadu/kadu-core/chat/chat-details-aggregate.h
+include/kadu/kadu-core/buddies/buddy-search-criteria.h
+include/kadu/kadu-core/buddies/buddy-set.h
+include/kadu/kadu-core/buddies/buddy-shared.h
+include/kadu/kadu-core/buddies/buddy.h
+include/kadu/kadu-core/buddies/group-manager.h
+include/kadu/kadu-core/buddies/group-shared.h
+include/kadu/kadu-core/buddies/group.h
+include/kadu/kadu-core/buddies/model/buddies-model-base.h
+include/kadu/kadu-core/buddies/model/buddies-model.h
+include/kadu/kadu-core/buddies/model/buddy-data-extractor.h
+include/kadu/kadu-core/buddies/model/buddy-list-model.h
+include/kadu/kadu-core/buddies/model/checkable-buddies-proxy-model.h
+include/kadu/kadu-core/buddies/model/groups-model.h
include/kadu/kadu-core/chat/aggregate-chat-manager.h
-include/kadu/kadu-core/chat/chat.h
-include/kadu/kadu-core/chat/chat-styles-manager.h
-include/kadu/kadu-core/chat/html-messages-renderer.h
-include/kadu/kadu-core/chat/chat-shared.h
-include/kadu/kadu-core/chat/chat-manager.h
+include/kadu/kadu-core/chat/chat-details-aggregate.h
+include/kadu/kadu-core/chat/chat-details-conference.h
+include/kadu/kadu-core/chat/chat-details-simple.h
include/kadu/kadu-core/chat/chat-details.h
include/kadu/kadu-core/chat/chat-geometry-data.h
-include/kadu/kadu-core/chat/chat-details-conference.h
+include/kadu/kadu-core/chat/chat-list-mime-data-helper.h
+include/kadu/kadu-core/chat/chat-manager.h
+include/kadu/kadu-core/chat/chat-shared.h
+include/kadu/kadu-core/chat/chat-styles-manager.h
+include/kadu/kadu-core/chat/chat.h
+include/kadu/kadu-core/chat/html-messages-renderer.h
+include/kadu/kadu-core/chat/model/chat-data-extractor.h
+include/kadu/kadu-core/chat/model/chats-model.h
include/kadu/kadu-core/chat/recent-chat-manager.h
-include/kadu/kadu-core/chat/chat-details-simple.h
+include/kadu/kadu-core/chat/style-engines/chat-style-engine.h
+include/kadu/kadu-core/chat/type/chat-type-aggregate.h
+include/kadu/kadu-core/chat/type/chat-type-aware-object.h
+include/kadu/kadu-core/chat/type/chat-type-conference.h
+include/kadu/kadu-core/chat/type/chat-type-manager.h
+include/kadu/kadu-core/chat/type/chat-type-simple.h
+include/kadu/kadu-core/chat/type/chat-type.h
+include/kadu/kadu-core/configuration/chat-configuration-holder.h
+include/kadu/kadu-core/configuration/config-file-data-manager.h
+include/kadu/kadu-core/configuration/configuration-aware-object.h
+include/kadu/kadu-core/configuration/configuration-file.h
include/kadu/kadu-core/configuration/configuration-holder.h
include/kadu/kadu-core/configuration/configuration-manager.h
-include/kadu/kadu-core/configuration/config-file-data-manager.h
+include/kadu/kadu-core/configuration/configuration-window-data-manager.h
+include/kadu/kadu-core/configuration/main-configuration-holder.h
include/kadu/kadu-core/configuration/notifier-configuration-data-manager.h
-include/kadu/kadu-core/configuration/chat-configuration-holder.h
include/kadu/kadu-core/configuration/toolbar-configuration-manager.h
include/kadu/kadu-core/configuration/xml-configuration-file.h
-include/kadu/kadu-core/configuration/configuration-window-data-manager.h
-include/kadu/kadu-core/configuration/main-configuration-holder.h
-include/kadu/kadu-core/configuration/configuration-aware-object.h
-include/kadu/kadu-core/configuration/configuration-file.h
-include/kadu/kadu-core/contacts/filter/abstract-contact-filter.h
-include/kadu/kadu-core/contacts/filter/contact-no-unloaded-account-filter.h
-include/kadu/kadu-core/contacts/model/buddy-contact-model.h
-include/kadu/kadu-core/contacts/model/contact-data-extractor.h
-include/kadu/kadu-core/contacts/model/contact-list-model.h
-include/kadu/kadu-core/contacts/contact.h
+include/kadu/kadu-core/contacts/contact-details.h
include/kadu/kadu-core/contacts/contact-manager.h
-include/kadu/kadu-core/contacts/contact-shared.h
include/kadu/kadu-core/contacts/contact-parser-tags.h
include/kadu/kadu-core/contacts/contact-set-configuration-helper.h
include/kadu/kadu-core/contacts/contact-set.h
-include/kadu/kadu-core/contacts/contact-details.h
+include/kadu/kadu-core/contacts/contact-shared.h
+include/kadu/kadu-core/contacts/contact.h
+include/kadu/kadu-core/contacts/model/buddy-contact-model.h
+include/kadu/kadu-core/contacts/model/contact-data-extractor.h
+include/kadu/kadu-core/contacts/model/contact-list-model.h
include/kadu/kadu-core/core/core-actions.h
-include/kadu/kadu-core/core/crash-aware-object.h
include/kadu/kadu-core/core/core.h
-include/kadu/kadu-core/emoticons/emoticon-selector.h
+include/kadu/kadu-core/core/crash-aware-object.h
+include/kadu/kadu-core/debug.h
include/kadu/kadu-core/emoticons/emoticon-selector-button.h
+include/kadu/kadu-core/emoticons/emoticon-selector.h
include/kadu/kadu-core/emoticons/emoticons-manager.h
-include/kadu/kadu-core/emoticons/prefix-node.h
include/kadu/kadu-core/emoticons/emoticons.h
include/kadu/kadu-core/emoticons/emots-walker.h
+include/kadu/kadu-core/emoticons/prefix-node.h
+include/kadu/kadu-core/exports.h
+include/kadu/kadu-core/file-transfer/file-transfer-actions.h
+include/kadu/kadu-core/file-transfer/file-transfer-enums.h
include/kadu/kadu-core/file-transfer/file-transfer-handler.h
+include/kadu/kadu-core/file-transfer/file-transfer-manager.h
+include/kadu/kadu-core/file-transfer/file-transfer-notifications.h
include/kadu/kadu-core/file-transfer/file-transfer-shared.h
include/kadu/kadu-core/file-transfer/file-transfer.h
-include/kadu/kadu-core/file-transfer/file-transfer-enums.h
-include/kadu/kadu-core/file-transfer/file-transfer-actions.h
-include/kadu/kadu-core/file-transfer/file-transfer-notifications.h
-include/kadu/kadu-core/file-transfer/file-transfer-manager.h
-include/kadu/kadu-core/gui/actions/action.h
-include/kadu/kadu-core/gui/actions/action-data-source.h
+include/kadu/kadu-core/gui/actions/action-context-provider.h
+include/kadu/kadu-core/gui/actions/action-context.h
include/kadu/kadu-core/gui/actions/action-description.h
+include/kadu/kadu-core/gui/actions/action.h
include/kadu/kadu-core/gui/actions/actions.h
-include/kadu/kadu-core/gui/widgets/configuration/config-spin-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-preview.h
-include/kadu/kadu-core/gui/widgets/configuration/config-label.h
+include/kadu/kadu-core/gui/actions/base-action-context.h
+include/kadu/kadu-core/gui/actions/change-status-action.h
+include/kadu/kadu-core/gui/actions/chat/add-conference-action.h
+include/kadu/kadu-core/gui/actions/chat/leave-chat-action.h
+include/kadu/kadu-core/gui/actions/default-proxy-action.h
+include/kadu/kadu-core/gui/actions/delete-talkable-action.h
+include/kadu/kadu-core/gui/actions/edit-talkable-action.h
+include/kadu/kadu-core/gui/hot-key.h
+include/kadu/kadu-core/gui/status-icon.h
+include/kadu/kadu-core/gui/widgets/abstract-tool-tip.h
+include/kadu/kadu-core/gui/widgets/account-add-widget.h
+include/kadu/kadu-core/gui/widgets/account-avatar-widget.h
+include/kadu/kadu-core/gui/widgets/account-buddy-list-widget.h
+include/kadu/kadu-core/gui/widgets/account-create-widget.h
+include/kadu/kadu-core/gui/widgets/account-edit-widget.h
+include/kadu/kadu-core/gui/widgets/accounts-combo-box.h
+include/kadu/kadu-core/gui/widgets/buddy-avatar-widget.h
+include/kadu/kadu-core/gui/widgets/buddy-contacts-table-delegate.h
+include/kadu/kadu-core/gui/widgets/buddy-contacts-table-item.h
+include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model-proxy.h
+include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model.h
+include/kadu/kadu-core/gui/widgets/buddy-contacts-table.h
+include/kadu/kadu-core/gui/widgets/buddy-general-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/buddy-groups-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/buddy-info-panel.h
+include/kadu/kadu-core/gui/widgets/buddy-options-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/buddy-personal-info-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/chat-edit-box-size-manager.h
+include/kadu/kadu-core/gui/widgets/chat-edit-box.h
+include/kadu/kadu-core/gui/widgets/chat-messages-view.h
+include/kadu/kadu-core/gui/widgets/chat-view-network-access-manager.h
+include/kadu/kadu-core/gui/widgets/chat-widget-actions.h
+include/kadu/kadu-core/gui/widgets/chat-widget-container.h
+include/kadu/kadu-core/gui/widgets/chat-widget-manager.h
+include/kadu/kadu-core/gui/widgets/chat-widget.h
+include/kadu/kadu-core/gui/widgets/choose-identity-widget.h
+include/kadu/kadu-core/gui/widgets/color-button.h
+include/kadu/kadu-core/gui/widgets/color-selector.h
+include/kadu/kadu-core/gui/widgets/configuration/buddy-list-background-colors-widget.h
include/kadu/kadu-core/gui/widgets/configuration/config-action-button.h
-include/kadu/kadu-core/gui/widgets/configuration/config-hot-key-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/kadu-tab-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/config-check-box.h
include/kadu/kadu-core/gui/widgets/configuration/config-color-button.h
-include/kadu/kadu-core/gui/widgets/configuration/config-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-group-box.h
-include/kadu/kadu-core/gui/widgets/configuration/configuration-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-select-file.h
-include/kadu/kadu-core/gui/widgets/configuration/config-line-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-section.h
-include/kadu/kadu-core/gui/widgets/configuration/notify-group-box.h
include/kadu/kadu-core/gui/widgets/configuration/config-combo-box.h
-include/kadu/kadu-core/gui/widgets/configuration/config-widget-value.h
-include/kadu/kadu-core/gui/widgets/configuration/config-slider.h
-include/kadu/kadu-core/gui/widgets/configuration/kadu-scroll-area.h
include/kadu/kadu-core/gui/widgets/configuration/config-gg-password-edit.h
+include/kadu/kadu-core/gui/widgets/configuration/config-group-box.h
+include/kadu/kadu-core/gui/widgets/configuration/config-hot-key-edit.h
+include/kadu/kadu-core/gui/widgets/configuration/config-label.h
+include/kadu/kadu-core/gui/widgets/configuration/config-line-edit.h
include/kadu/kadu-core/gui/widgets/configuration/config-line-separator.h
-include/kadu/kadu-core/gui/widgets/configuration/buddy-list-background-colors-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/notify-tree-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/config-list-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/config-path-list-edit.h
+include/kadu/kadu-core/gui/widgets/configuration/config-preview.h
+include/kadu/kadu-core/gui/widgets/configuration/config-proxy-combo-box.h
+include/kadu/kadu-core/gui/widgets/configuration/config-radio-button.h
+include/kadu/kadu-core/gui/widgets/configuration/config-section.h
+include/kadu/kadu-core/gui/widgets/configuration/config-select-file.h
include/kadu/kadu-core/gui/widgets/configuration/config-select-font.h
+include/kadu/kadu-core/gui/widgets/configuration/config-slider.h
+include/kadu/kadu-core/gui/widgets/configuration/config-spin-box.h
include/kadu/kadu-core/gui/widgets/configuration/config-syntax-editor.h
-include/kadu/kadu-core/gui/widgets/configuration/notifier-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-radio-button.h
include/kadu/kadu-core/gui/widgets/configuration/config-tab.h
-include/kadu/kadu-core/gui/widgets/configuration/config-path-list-edit.h
-include/kadu/kadu-core/gui/widgets/configuration/config-list-widget.h
-include/kadu/kadu-core/gui/widgets/configuration/config-check-box.h
-include/kadu/kadu-core/gui/widgets/proxy-group-box.h
-include/kadu/kadu-core/gui/widgets/syntax-editor.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model-proxy.h
-include/kadu/kadu-core/gui/widgets/chat-edit-box.h
-include/kadu/kadu-core/gui/widgets/group-tab-bar.h
-include/kadu/kadu-core/gui/widgets/progress-icon.h
-include/kadu/kadu-core/gui/widgets/buddy-avatar-widget.h
-include/kadu/kadu-core/gui/widgets/path-edit.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-item-painter.h
-include/kadu/kadu-core/gui/widgets/buddy-groups-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-delegate.h
-include/kadu/kadu-core/gui/widgets/account-add-widget.h
-include/kadu/kadu-core/gui/widgets/kadu-web-view.h
-include/kadu/kadu-core/gui/widgets/toolbar.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-delegate.h
-include/kadu/kadu-core/gui/widgets/chat-widget-container.h
-include/kadu/kadu-core/gui/widgets/protocols-combo-box.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-menu-item.h
+include/kadu/kadu-core/gui/widgets/configuration/config-widget-value.h
+include/kadu/kadu-core/gui/widgets/configuration/config-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/configuration-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/kadu-scroll-area.h
+include/kadu/kadu-core/gui/widgets/configuration/kadu-tab-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/notifier-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/configuration/notify-group-box.h
+include/kadu/kadu-core/gui/widgets/configuration/notify-tree-widget.h
+include/kadu/kadu-core/gui/widgets/actions-combo-box.h
+include/kadu/kadu-core/gui/widgets/avatar-painter.h
+include/kadu/kadu-core/gui/widgets/custom-input-menu-item.h
+include/kadu/kadu-core/gui/widgets/custom-input-menu-manager.h
include/kadu/kadu-core/gui/widgets/custom-input.h
-include/kadu/kadu-core/gui/widgets/status-buttons.h
-include/kadu/kadu-core/gui/widgets/buddy-options-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/delayed-line-edit.h
+include/kadu/kadu-core/gui/widgets/file-transfer-widget.h
include/kadu/kadu-core/gui/widgets/filter-widget.h
-include/kadu/kadu-core/gui/widgets/line-edit-with-clear-button.h
-include/kadu/kadu-core/gui/widgets/chat-view-network-access-manager.h
-include/kadu/kadu-core/gui/widgets/status-menu.h
-include/kadu/kadu-core/gui/widgets/select-buddy-combo-box.h
+include/kadu/kadu-core/gui/widgets/filtered-tree-view.h
+include/kadu/kadu-core/gui/widgets/group-list.h
+include/kadu/kadu-core/gui/widgets/group-tab-bar.h
+include/kadu/kadu-core/gui/widgets/groups-combo-box.h
+include/kadu/kadu-core/gui/widgets/identities-combo-box.h
+include/kadu/kadu-core/gui/widgets/kadu-tree-view-delegate.h
+include/kadu/kadu-core/gui/widgets/kadu-tree-view.h
+include/kadu/kadu-core/gui/widgets/kadu-web-view.h
include/kadu/kadu-core/gui/widgets/line-edit-clear-button.h
-include/kadu/kadu-core/gui/widgets/progress-label.h
-include/kadu/kadu-core/gui/widgets/account-avatar-widget.h
-include/kadu/kadu-core/gui/widgets/chat-messages-view.h
-include/kadu/kadu-core/gui/widgets/select-file.h
-include/kadu/kadu-core/gui/widgets/abstract-tool-tip.h
-include/kadu/kadu-core/gui/widgets/account-edit-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-general-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/line-edit-with-clear-button.h
+include/kadu/kadu-core/gui/widgets/modal-configuration-widget.h
+include/kadu/kadu-core/gui/widgets/path-edit.h
include/kadu/kadu-core/gui/widgets/path-list-edit.h
-include/kadu/kadu-core/gui/widgets/accounts-combo-box.h
-include/kadu/kadu-core/gui/widgets/kadu-combo-box.h
-include/kadu/kadu-core/gui/widgets/choose-identity-widget.h
-include/kadu/kadu-core/gui/widgets/custom-input-menu-manager.h
-include/kadu/kadu-core/gui/widgets/chat-edit-box-size-manager.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view.h
-include/kadu/kadu-core/gui/widgets/identities-combo-box.h
-include/kadu/kadu-core/gui/widgets/select-buddy-popup.h
-include/kadu/kadu-core/gui/widgets/delayed-line-edit.h
-include/kadu/kadu-core/gui/widgets/tool-tip-class-manager.h
include/kadu/kadu-core/gui/widgets/preview.h
-include/kadu/kadu-core/gui/widgets/groups-combo-box.h
-include/kadu/kadu-core/gui/widgets/modal-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-delegate-configuration.h
-include/kadu/kadu-core/gui/widgets/account-buddy-list-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-item.h
-include/kadu/kadu-core/gui/widgets/custom-input-menu-item.h
-include/kadu/kadu-core/gui/widgets/status-button.h
+include/kadu/kadu-core/gui/widgets/progress-icon.h
+include/kadu/kadu-core/gui/widgets/progress-label.h
+include/kadu/kadu-core/gui/widgets/protocols-combo-box.h
+include/kadu/kadu-core/gui/widgets/proxy-combo-box.h
+include/kadu/kadu-core/gui/widgets/roster-widget.h
+include/kadu/kadu-core/gui/widgets/select-buddy-combo-box.h
+include/kadu/kadu-core/gui/widgets/select-buddy-popup.h
+include/kadu/kadu-core/gui/widgets/select-file.h
include/kadu/kadu-core/gui/widgets/select-font.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table.h
-include/kadu/kadu-core/gui/widgets/chat-widget-manager.h
-include/kadu/kadu-core/gui/widgets/chat-widget-actions.h
-include/kadu/kadu-core/gui/widgets/buddy-contacts-table-model.h
-include/kadu/kadu-core/gui/widgets/color-selector.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-avatar-painter.h
-include/kadu/kadu-core/gui/widgets/chat-widget.h
-include/kadu/kadu-core/gui/widgets/account-create-widget.h
-include/kadu/kadu-core/gui/widgets/buddies-list-view-menu-manager.h
-include/kadu/kadu-core/gui/widgets/buddies-list-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-personal-info-configuration-widget.h
-include/kadu/kadu-core/gui/widgets/buddy-info-panel.h
-include/kadu/kadu-core/gui/widgets/color-button.h
-include/kadu/kadu-core/gui/widgets/file-transfer-widget.h
-include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner-manager.h
+include/kadu/kadu-core/gui/widgets/status-button.h
+include/kadu/kadu-core/gui/widgets/status-buttons.h
+include/kadu/kadu-core/gui/widgets/status-menu.h
+include/kadu/kadu-core/gui/widgets/syntax-editor.h
+include/kadu/kadu-core/gui/widgets/talkable-delegate-configuration.h
+include/kadu/kadu-core/gui/widgets/talkable-delegate.h
+include/kadu/kadu-core/gui/widgets/talkable-menu-item.h
+include/kadu/kadu-core/gui/widgets/talkable-menu-manager.h
+include/kadu/kadu-core/gui/widgets/talkable-painter.h
+include/kadu/kadu-core/gui/widgets/talkable-tree-view.h
+include/kadu/kadu-core/gui/widgets/tool-tip-class-manager.h
+include/kadu/kadu-core/gui/widgets/toolbar.h
+include/kadu/kadu-core/gui/windows/about.h
+include/kadu/kadu-core/gui/windows/add-buddy-window.h
+include/kadu/kadu-core/gui/windows/add-conference-window.h
+include/kadu/kadu-core/gui/windows/buddy-data-window-aware-object.h
+include/kadu/kadu-core/gui/windows/buddy-data-window.h
+include/kadu/kadu-core/gui/windows/buddy-delete-window.h
+include/kadu/kadu-core/gui/windows/chat-data-window.h
+include/kadu/kadu-core/gui/windows/chat-window.h
+include/kadu/kadu-core/gui/windows/choose-description.h
+include/kadu/kadu-core/gui/windows/configuration-window.h
+include/kadu/kadu-core/gui/windows/file-transfer-window.h
+include/kadu/kadu-core/gui/windows/group-properties-window.h
+include/kadu/kadu-core/gui/windows/kadu-window-actions.h
+include/kadu/kadu-core/gui/windows/kadu-window.h
+include/kadu/kadu-core/gui/windows/main-configuration-window.h
+include/kadu/kadu-core/gui/windows/main-window.h
+include/kadu/kadu-core/gui/windows/merge-buddies-window.h
+include/kadu/kadu-core/gui/windows/message-dialog.h
+include/kadu/kadu-core/gui/windows/modules-window.h
+include/kadu/kadu-core/gui/windows/multilogon-window.h
include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-contact-list-runner.h
+include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner-manager.h
include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner.h
include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with.h
-include/kadu/kadu-core/gui/windows/search-window.h
-include/kadu/kadu-core/gui/windows/multilogon-window.h
-include/kadu/kadu-core/gui/windows/updates-dialog.h
-include/kadu/kadu-core/gui/windows/main-window.h
-include/kadu/kadu-core/gui/windows/syntax-editor-window.h
+include/kadu/kadu-core/gui/windows/password-window.h
+include/kadu/kadu-core/gui/windows/plugin-error-dialog.h
include/kadu/kadu-core/gui/windows/progress-window.h
+include/kadu/kadu-core/gui/windows/progress-window2.h
+include/kadu/kadu-core/gui/windows/proxy-action-context.h
+include/kadu/kadu-core/gui/windows/proxy-edit-window.h
include/kadu/kadu-core/gui/windows/search-window-actions.h
-include/kadu/kadu-core/gui/windows/kadu-window.h
-include/kadu/kadu-core/gui/windows/about.h
-include/kadu/kadu-core/gui/windows/modules-window.h
-include/kadu/kadu-core/gui/windows/password-window.h
-include/kadu/kadu-core/gui/windows/your-accounts.h
-include/kadu/kadu-core/gui/windows/chat-window.h
-include/kadu/kadu-core/gui/windows/kadu-window-actions.h
+include/kadu/kadu-core/gui/windows/search-window.h
include/kadu/kadu-core/gui/windows/subscription-window.h
-include/kadu/kadu-core/gui/windows/buddy-data-window.h
-include/kadu/kadu-core/gui/windows/add-buddy-window.h
-include/kadu/kadu-core/gui/windows/message-dialog.h
-include/kadu/kadu-core/gui/windows/buddy-delete-window.h
-include/kadu/kadu-core/gui/windows/merge-buddies-window.h
-include/kadu/kadu-core/gui/windows/buddy-data-window-aware-object.h
-include/kadu/kadu-core/gui/windows/configuration-window.h
-include/kadu/kadu-core/gui/windows/group-properties-window.h
+include/kadu/kadu-core/gui/windows/syntax-editor-window.h
+include/kadu/kadu-core/gui/windows/updates-dialog.h
include/kadu/kadu-core/gui/windows/window-notifier-window.h
-include/kadu/kadu-core/gui/windows/choose-description.h
-include/kadu/kadu-core/gui/windows/file-transfer-window.h
-include/kadu/kadu-core/gui/windows/main-configuration-window.h
-include/kadu/kadu-core/gui/hot-key.h
-include/kadu/kadu-core/gui/status-icon.h
-include/kadu/kadu-core/icons/kadu-icon.h
+include/kadu/kadu-core/gui/windows/your-accounts.h
+include/kadu/kadu-core/html_document.h
include/kadu/kadu-core/icons/icons-manager.h
-include/kadu/kadu-core/identities/model/identity-model.h
+include/kadu/kadu-core/icons/kadu-icon.h
+include/kadu/kadu-core/identities/identities-aware-object.h
include/kadu/kadu-core/identities/identity-manager.h
include/kadu/kadu-core/identities/identity-shared.h
include/kadu/kadu-core/identities/identity.h
-include/kadu/kadu-core/identities/identities-aware-object.h
-include/kadu/kadu-core/misc/token-reader.h
+include/kadu/kadu-core/identities/model/identity-model.h
+include/kadu/kadu-core/kadu-application.h
+include/kadu/kadu-core/languages-manager.h
+include/kadu/kadu-core/message/formatted-message-part.h
+include/kadu/kadu-core/message/formatted-message.h
+include/kadu/kadu-core/message/message-common.h
+include/kadu/kadu-core/message/message-manager.h
+include/kadu/kadu-core/message/message-render-info.h
+include/kadu/kadu-core/message/message-shared.h
+include/kadu/kadu-core/message/message.h
+include/kadu/kadu-core/misc/coding-conversion.h
include/kadu/kadu-core/misc/date-time-parser-tags.h
-include/kadu/kadu-core/misc/path-conversion.h
include/kadu/kadu-core/misc/date-time.h
-include/kadu/kadu-core/misc/coding-conversion.h
+include/kadu/kadu-core/misc/misc.h
+include/kadu/kadu-core/misc/path-conversion.h
include/kadu/kadu-core/misc/syntax-list.h
include/kadu/kadu-core/misc/token-acceptor.h
-include/kadu/kadu-core/misc/misc.h
-include/kadu/kadu-core/model/roles.h
+include/kadu/kadu-core/misc/token-reader.h
include/kadu/kadu-core/model/actions-proxy-model.h
include/kadu/kadu-core/model/kadu-abstract-model.h
+include/kadu/kadu-core/model/merged-proxy-model-factory.h
+include/kadu/kadu-core/model/merged-proxy-model.h
+include/kadu/kadu-core/model/model-chain.h
+include/kadu/kadu-core/model/model-index-list-converter.h
+include/kadu/kadu-core/model/roles.h
include/kadu/kadu-core/multilogon/model/multilogon-model.h
include/kadu/kadu-core/multilogon/multilogon-session.h
-include/kadu/kadu-core/network/network-manager-dummy.h
+include/kadu/kadu-core/network/kadu-network-config.h
include/kadu/kadu-core/network/network-aware-object.h
-include/kadu/kadu-core/network/network-manager-qt.h
+include/kadu/kadu-core/network/network-manager-dummy.h
include/kadu/kadu-core/network/network-manager-ntrack.h
+include/kadu/kadu-core/network/network-manager-qt.h
include/kadu/kadu-core/network/network-manager.h
-include/kadu/kadu-core/network/kadu-network-config.h
-include/kadu/kadu-core/notify/notifier.h
-include/kadu/kadu-core/notify/window-notifier.h
-include/kadu/kadu-core/notify/new-message-notification.h
-include/kadu/kadu-core/notify/notification.h
-include/kadu/kadu-core/notify/chat-notification.h
-include/kadu/kadu-core/notify/notification-manager.h
+include/kadu/kadu-core/network/proxy/model/network-proxy-model.h
+include/kadu/kadu-core/network/proxy/model/network-proxy-proxy-model.h
+include/kadu/kadu-core/network/proxy/network-proxy-manager.h
+include/kadu/kadu-core/network/proxy/network-proxy-shared.h
+include/kadu/kadu-core/network/proxy/network-proxy.h
include/kadu/kadu-core/notify/account-notification.h
-include/kadu/kadu-core/notify/status-changed-notification.h
include/kadu/kadu-core/notify/buddy-notify-data.h
+include/kadu/kadu-core/notify/chat-notification.h
include/kadu/kadu-core/notify/multilogon-notification.h
-include/kadu/kadu-core/notify/notify-event.h
+include/kadu/kadu-core/notify/new-message-notification.h
+include/kadu/kadu-core/notify/notification-manager.h
+include/kadu/kadu-core/notify/notification.h
+include/kadu/kadu-core/notify/notifier.h
include/kadu/kadu-core/notify/notify-configuration-ui-handler.h
-include/kadu/kadu-core/os/generic/desktop-aware-object-helper.h
+include/kadu/kadu-core/notify/notify-event.h
+include/kadu/kadu-core/notify/status-changed-notification.h
+include/kadu/kadu-core/notify/window-notifier.h
include/kadu/kadu-core/os/generic/compositing-aware-object.h
+include/kadu/kadu-core/os/generic/desktop-aware-object-helper.h
include/kadu/kadu-core/os/generic/desktop-aware-object.h
-include/kadu/kadu-core/os/generic/url-opener.h
include/kadu/kadu-core/os/generic/system-info.h
-include/kadu/kadu-core/os/qtsingleapplication/qtlockedfile.h
+include/kadu/kadu-core/os/generic/url-opener.h
include/kadu/kadu-core/os/qtsingleapplication/qtlocalpeer.h
+include/kadu/kadu-core/os/qtsingleapplication/qtlockedfile.h
include/kadu/kadu-core/os/x11tools.h
+include/kadu/kadu-core/parser/parser-token-type.h
include/kadu/kadu-core/parser/parser-token.h
include/kadu/kadu-core/parser/parser.h
-include/kadu/kadu-core/parser/parser-token-type.h
+include/kadu/kadu-core/plugins/generic-plugin.h
+include/kadu/kadu-core/plugins/plugin-info.h
include/kadu/kadu-core/plugins/plugin.h
+include/kadu/kadu-core/plugins/plugins-common.h
include/kadu/kadu-core/plugins/plugins-manager.h
-include/kadu/kadu-core/plugins/plugin-info.h
-include/kadu/kadu-core/plugins/generic-plugin.h
+include/kadu/kadu-core/protocols/connection-error-notification.h
include/kadu/kadu-core/protocols/filter/abstract-protocol-filter.h
include/kadu/kadu-core/protocols/filter/can-register-protocol-filter.h
include/kadu/kadu-core/protocols/model/protocols-model-proxy.h
include/kadu/kadu-core/protocols/model/protocols-model.h
-include/kadu/kadu-core/protocols/services/multilogon-service.h
-include/kadu/kadu-core/protocols/services/chat-state-service.h
-include/kadu/kadu-core/protocols/services/chat-image-service.h
+include/kadu/kadu-core/protocols/protocol-factory.h
+include/kadu/kadu-core/protocols/protocol-menu-manager.h
+include/kadu/kadu-core/protocols/protocol-state-machine.h
+include/kadu/kadu-core/protocols/protocol.h
+include/kadu/kadu-core/protocols/protocols-aware-object.h
+include/kadu/kadu-core/protocols/protocols-manager.h
include/kadu/kadu-core/protocols/services/avatar-service.h
+include/kadu/kadu-core/protocols/services/chat-image-service.h
include/kadu/kadu-core/protocols/services/chat-service.h
-include/kadu/kadu-core/protocols/services/search-service.h
-include/kadu/kadu-core/protocols/services/personal-info-service.h
+include/kadu/kadu-core/protocols/services/chat-state-service.h
include/kadu/kadu-core/protocols/services/contact-list-service.h
-include/kadu/kadu-core/protocols/services/file-transfer-service.h
include/kadu/kadu-core/protocols/services/contact-personal-info-service.h
+include/kadu/kadu-core/protocols/services/file-transfer-service.h
+include/kadu/kadu-core/protocols/services/multilogon-service.h
+include/kadu/kadu-core/protocols/services/personal-info-service.h
include/kadu/kadu-core/protocols/services/roster-service.h
-include/kadu/kadu-core/protocols/protocols-aware-object.h
-include/kadu/kadu-core/protocols/protocols-manager.h
-include/kadu/kadu-core/protocols/protocol-state-machine.h
-include/kadu/kadu-core/protocols/connection-error-notification.h
-include/kadu/kadu-core/protocols/protocol-menu-manager.h
-include/kadu/kadu-core/protocols/protocol.h
-include/kadu/kadu-core/protocols/protocol-factory.h
+include/kadu/kadu-core/protocols/services/search-service.h
include/kadu/kadu-core/qt/long-validator.h
-include/kadu/kadu-core/status/description-model.h
-include/kadu/kadu-core/status/status-container-aware-object.h
-include/kadu/kadu-core/status/description-manager.h
-include/kadu/kadu-core/status/base-status-container.h
-include/kadu/kadu-core/status/status-container.h
-include/kadu/kadu-core/status/status-group.h
include/kadu/kadu-core/status/all-accounts-status-container.h
+include/kadu/kadu-core/status/description-manager.h
+include/kadu/kadu-core/status/description-model.h
+include/kadu/kadu-core/status/status-actions.h
include/kadu/kadu-core/status/status-changer-manager.h
include/kadu/kadu-core/status/status-changer.h
-include/kadu/kadu-core/status/status.h
+include/kadu/kadu-core/status/status-container-aware-object.h
+include/kadu/kadu-core/status/status-container-manager.h
+include/kadu/kadu-core/status/status-container.h
+include/kadu/kadu-core/status/status-setter.h
+include/kadu/kadu-core/status/status-type-data.h
+include/kadu/kadu-core/status/status-type-group.h
include/kadu/kadu-core/status/status-type-manager.h
-include/kadu/kadu-core/status/status-actions.h
-include/kadu/kadu-core/status/status-group-manager.h
include/kadu/kadu-core/status/status-type.h
-include/kadu/kadu-core/status/status-container-manager.h
-include/kadu/kadu-core/storage/named-storable-object.h
-include/kadu/kadu-core/storage/shared-base.h
+include/kadu/kadu-core/status/status.h
+include/kadu/kadu-core/status/storable-status-container.h
include/kadu/kadu-core/storage/details.h
-include/kadu/kadu-core/storage/storage-point.h
-include/kadu/kadu-core/storage/shared.h
-include/kadu/kadu-core/storage/details-holder.h
-include/kadu/kadu-core/storage/module-data.h
-include/kadu/kadu-core/storage/storable-string-list.h
include/kadu/kadu-core/storage/manager-common.h
-include/kadu/kadu-core/storage/storable-object.h
include/kadu/kadu-core/storage/manager.h
+include/kadu/kadu-core/storage/module-data.h
+include/kadu/kadu-core/storage/named-storable-object.h
+include/kadu/kadu-core/storage/shared-base.h
+include/kadu/kadu-core/storage/shared.h
include/kadu/kadu-core/storage/simple-manager.h
+include/kadu/kadu-core/storage/storable-object.h
+include/kadu/kadu-core/storage/storable-string-list.h
+include/kadu/kadu-core/storage/storage-point.h
include/kadu/kadu-core/storage/uuid-storable-object.h
-include/kadu/kadu-core/themes/theme.h
+include/kadu/kadu-core/talkable/filter/account-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/blocked-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/exclude-buddy-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/group-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/hide-anonymous-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/hide-offline-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/hide-offline-without-description-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/hide-simple-chats-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/hide-without-description-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/mobile-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/name-talkable-filter.h
+include/kadu/kadu-core/talkable/filter/talkable-filter.h
+include/kadu/kadu-core/talkable/filter/unread-messages-talkable-filter.h
+include/kadu/kadu-core/talkable/model/talkable-model-factory.h
+include/kadu/kadu-core/talkable/model/talkable-model.h
+include/kadu/kadu-core/talkable/model/talkable-proxy-model.h
+include/kadu/kadu-core/talkable/talkable.h
+include/kadu/kadu-core/themes.h
include/kadu/kadu-core/themes/emoticon-theme-manager.h
-include/kadu/kadu-core/themes/theme-manager.h
include/kadu/kadu-core/themes/icon-theme-manager.h
-include/kadu/kadu-core/url-handlers/standard-url-handler.h
-include/kadu/kadu-core/url-handlers/url-handler.h
+include/kadu/kadu-core/themes/theme-manager.h
+include/kadu/kadu-core/themes/theme.h
+include/kadu/kadu-core/updates.h
include/kadu/kadu-core/url-handlers/mail-url-handler.h
+include/kadu/kadu-core/url-handlers/standard-url-handler.h
include/kadu/kadu-core/url-handlers/url-handler-manager.h
-include/kadu/kadu-core/themes.h
-include/kadu/kadu-core/debug.h
-include/kadu/kadu-core/languages-manager.h
-include/kadu/kadu-core/kadu-application.h
-include/kadu/kadu-core/updates.h
-include/kadu/kadu-core/exports.h
-include/kadu/kadu-core/activate.h
-include/kadu/kadu-core/html_document.h
-include/kadu/kadu-core/aware-object.h
-include/kadu/kadu-core/predicate-object.h
-include/kadu/plugins/docking/docking_exports.h
+include/kadu/kadu-core/url-handlers/url-handler.h
include/kadu/plugins/docking/docker.h
include/kadu/plugins/docking/docking-plugin.h
-include/kadu/plugins/docking/mac_docking_helper.h
include/kadu/plugins/docking/docking.h
+include/kadu/plugins/docking/docking_exports.h
+include/kadu/plugins/docking/mac_docking_helper.h
include/kadu/plugins/encryption_ng/configuration/encryption-ng-configuration.h
-include/kadu/plugins/encryption_ng/keys/key-shared.h
-include/kadu/plugins/encryption_ng/keys/keys-manager.h
-include/kadu/plugins/encryption_ng/keys/key.h
-include/kadu/plugins/encryption_ng/notify/encryption-ng-notification.h
-include/kadu/plugins/encryption_ng/key-generator.h
-include/kadu/plugins/encryption_ng/encryptor.h
+include/kadu/plugins/encryption_ng/decryptor-wrapper.h
+include/kadu/plugins/encryption_ng/decryptor.h
include/kadu/plugins/encryption_ng/encryption-actions.h
-include/kadu/plugins/encryption_ng/encryption-ng-plugin.h
-include/kadu/plugins/encryption_ng/encryption-provider-manager.h
include/kadu/plugins/encryption_ng/encryption-chat-data.h
-include/kadu/plugins/encryption_ng/decryptor-wrapper.h
+include/kadu/plugins/encryption_ng/encryption-manager.h
include/kadu/plugins/encryption_ng/encryption-ng-configuration-ui-handler.h
-include/kadu/plugins/encryption_ng/encryption_exports.h
+include/kadu/plugins/encryption_ng/encryption-ng-plugin.h
+include/kadu/plugins/encryption_ng/encryption-provider-manager.h
include/kadu/plugins/encryption_ng/encryption-provider.h
-include/kadu/plugins/encryption_ng/decryptor.h
-include/kadu/plugins/encryption_ng/encryption-manager.h
+include/kadu/plugins/encryption_ng/encryption_exports.h
+include/kadu/plugins/encryption_ng/encryptor.h
+include/kadu/plugins/encryption_ng/key-generator.h
+include/kadu/plugins/encryption_ng/keys/key-shared.h
+include/kadu/plugins/encryption_ng/keys/key.h
+include/kadu/plugins/encryption_ng/keys/keys-manager.h
+include/kadu/plugins/encryption_ng/notify/encryption-ng-notification.h
include/kadu/plugins/gadu_protocol/dcc/dcc-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-edit-account-widget.h
-include/kadu/plugins/gadu_protocol/gui/widgets/token-widget.h
+include/kadu/plugins/gadu_protocol/gadu-account-details.h
+include/kadu/plugins/gadu_protocol/gadu-contact-details.h
+include/kadu/plugins/gadu_protocol/gadu-exports.h
+include/kadu/plugins/gadu_protocol/gadu-id-validator.h
+include/kadu/plugins/gadu_protocol/gadu-protocol-factory.h
+include/kadu/plugins/gadu_protocol/gadu-protocol-plugin.h
+include/kadu/plugins/gadu_protocol/gadu-protocol.h
+include/kadu/plugins/gadu_protocol/gadu-resolver.h
+include/kadu/plugins/gadu_protocol/gadu-search-record.h
+include/kadu/plugins/gadu_protocol/gadu-search-result.h
+include/kadu/plugins/gadu_protocol/gadu-url-handler.h
+include/kadu/plugins/gadu_protocol/gui/widgets/gadu-add-account-widget.h
include/kadu/plugins/gadu_protocol/gui/widgets/gadu-contact-personal-info-widget.h
include/kadu/plugins/gadu_protocol/gui/widgets/gadu-create-account-widget.h
+include/kadu/plugins/gadu_protocol/gui/widgets/gadu-edit-account-widget.h
include/kadu/plugins/gadu_protocol/gui/widgets/gadu-personal-info-widget.h
-include/kadu/plugins/gadu_protocol/gui/widgets/gadu-add-account-widget.h
+include/kadu/plugins/gadu_protocol/gui/widgets/token-widget.h
include/kadu/plugins/gadu_protocol/gui/windows/gadu-change-password-window.h
-include/kadu/plugins/gadu_protocol/gui/windows/gadu-wait-for-account-register-window.h
include/kadu/plugins/gadu_protocol/gui/windows/gadu-remind-password-window.h
include/kadu/plugins/gadu_protocol/gui/windows/gadu-unregister-account-window.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-protocol-helper.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-importer.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-proxy-helper.h
+include/kadu/plugins/gadu_protocol/gui/windows/gadu-wait-for-account-register-window.h
include/kadu/plugins/gadu_protocol/helpers/gadu-formatter.h
-include/kadu/plugins/gadu_protocol/helpers/gadu-list-helper.h
include/kadu/plugins/gadu_protocol/helpers/gadu-imported-contact-xml-receiver.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-token.h
+include/kadu/plugins/gadu_protocol/helpers/gadu-importer.h
+include/kadu/plugins/gadu_protocol/helpers/gadu-list-helper.h
+include/kadu/plugins/gadu_protocol/helpers/gadu-protocol-helper.h
+include/kadu/plugins/gadu_protocol/helpers/gadu-proxy-helper.h
+include/kadu/plugins/gadu_protocol/oauth/oauth-authorization-chain.h
include/kadu/plugins/gadu_protocol/oauth/oauth-authorization.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-manager.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-token-fetcher.h
include/kadu/plugins/gadu_protocol/oauth/oauth-consumer.h
-include/kadu/plugins/gadu_protocol/oauth/oauth-authorization-chain.h
+include/kadu/plugins/gadu_protocol/oauth/oauth-manager.h
include/kadu/plugins/gadu_protocol/oauth/oauth-parameters.h
+include/kadu/plugins/gadu_protocol/oauth/oauth-token-fetcher.h
+include/kadu/plugins/gadu_protocol/oauth/oauth-token.h
include/kadu/plugins/gadu_protocol/open-chat-with/gadu-open-chat-with-runner.h
-include/kadu/plugins/gadu_protocol/server/gadu-avatar-fetcher.h
-include/kadu/plugins/gadu_protocol/server/gadu-contact-list-handler.h
include/kadu/plugins/gadu_protocol/server/gadu-avatar-data-parser.h
+include/kadu/plugins/gadu_protocol/server/gadu-avatar-fetcher.h
include/kadu/plugins/gadu_protocol/server/gadu-avatar-uploader.h
+include/kadu/plugins/gadu_protocol/server/gadu-contact-list-handler.h
+include/kadu/plugins/gadu_protocol/server/gadu-server-change-password.h
+include/kadu/plugins/gadu_protocol/server/gadu-server-register-account.h
include/kadu/plugins/gadu_protocol/server/gadu-server-remind-password.h
include/kadu/plugins/gadu_protocol/server/gadu-server-unregister-account.h
include/kadu/plugins/gadu_protocol/server/gadu-servers-manager.h
-include/kadu/plugins/gadu_protocol/server/gadu-server-register-account.h
include/kadu/plugins/gadu_protocol/server/gadu-token-fetcher.h
-include/kadu/plugins/gadu_protocol/server/gadu-server-change-password.h
-include/kadu/plugins/gadu_protocol/services/multilogon/gadu-multilogon-session.h
-include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h
include/kadu/plugins/gadu_protocol/services/gadu-avatar-service.h
include/kadu/plugins/gadu_protocol/services/gadu-chat-image-service.h
+include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h
include/kadu/plugins/gadu_protocol/services/gadu-chat-state-service.h
-include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h
include/kadu/plugins/gadu_protocol/services/gadu-contact-list-service.h
include/kadu/plugins/gadu_protocol/services/gadu-contact-list-state-machine.h
+include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h
include/kadu/plugins/gadu_protocol/services/gadu-file-transfer-service.h
+include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h
include/kadu/plugins/gadu_protocol/services/gadu-personal-info-service.h
include/kadu/plugins/gadu_protocol/services/gadu-search-service.h
+include/kadu/plugins/gadu_protocol/services/multilogon/gadu-multilogon-session.h
+include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h
include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-pubdir-socket-notifiers.h
include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-socket-notifiers.h
include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-token-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h
-include/kadu/plugins/gadu_protocol/gadu-search-record.h
-include/kadu/plugins/gadu_protocol/gadu-search-result.h
-include/kadu/plugins/gadu_protocol/gadu-url-handler.h
-include/kadu/plugins/gadu_protocol/gadu-account-details.h
-include/kadu/plugins/gadu_protocol/gadu-protocol-factory.h
-include/kadu/plugins/gadu_protocol/gadu-resolver.h
-include/kadu/plugins/gadu_protocol/gadu-protocol-plugin.h
-include/kadu/plugins/gadu_protocol/gadu-exports.h
-include/kadu/plugins/gadu_protocol/gadu-protocol.h
-include/kadu/plugins/gadu_protocol/gadu-id-validator.h
-include/kadu/plugins/gadu_protocol/gadu-contact-details.h
+include/kadu/plugins/history/actions/show-history-action-description.h
+include/kadu/plugins/history/buddy-history-delete-handler.h
include/kadu/plugins/history/gui/windows/history-window.h
-include/kadu/plugins/history/model/sms-dates-model.h
-include/kadu/plugins/history/model/history-chats-model.h
+include/kadu/plugins/history/history-messages-prepender.h
+include/kadu/plugins/history/history-plugin.h
+include/kadu/plugins/history/history-save-thread.h
+include/kadu/plugins/history/history-tree-item.h
+include/kadu/plugins/history/history.h
+include/kadu/plugins/history/history_exports.h
include/kadu/plugins/history/model/buddy-status-dates-model.h
-include/kadu/plugins/history/model/dates-model-item.h
-include/kadu/plugins/history/model/history-type.h
include/kadu/plugins/history/model/chat-dates-model.h
+include/kadu/plugins/history/model/dates-model-item.h
include/kadu/plugins/history/model/history-chats-model-proxy.h
+include/kadu/plugins/history/model/history-chats-model.h
+include/kadu/plugins/history/model/history-type.h
+include/kadu/plugins/history/model/sms-dates-model.h
include/kadu/plugins/history/search/history-search-parameters.h
include/kadu/plugins/history/storage/history-storage.h
-include/kadu/plugins/history/history-tree-item.h
include/kadu/plugins/history/timed-status.h
-include/kadu/plugins/history/buddy-history-delete-handler.h
-include/kadu/plugins/history/history.h
-include/kadu/plugins/history/history-plugin.h
-include/kadu/plugins/history/history_exports.h
-include/kadu/plugins/history/history-save-thread.h
include/kadu/plugins/history_migration/gui/windows/history-import-window.h
-include/kadu/plugins/history_migration/history_migration_exports.h
-include/kadu/plugins/history_migration/history-migration-actions.h
+include/kadu/plugins/history_migration/history-import-thread.h
include/kadu/plugins/history_migration/history-importer-chat-data.h
-include/kadu/plugins/history_migration/history-migration-plugin.h
-include/kadu/plugins/history_migration/history-migration-helper.h
include/kadu/plugins/history_migration/history-importer-manager.h
-include/kadu/plugins/history_migration/history-import-thread.h
include/kadu/plugins/history_migration/history-importer.h
-include/kadu/plugins/idle/idle_exports.h
+include/kadu/plugins/history_migration/history-migration-actions.h
+include/kadu/plugins/history_migration/history-migration-helper.h
+include/kadu/plugins/history_migration/history-migration-plugin.h
+include/kadu/plugins/history_migration/history_migration_exports.h
include/kadu/plugins/idle/idle-plugin.h
include/kadu/plugins/idle/idle.h
-include/kadu/plugins/jabber_protocol/actions/jabber-protocol-menu-manager.h
+include/kadu/plugins/idle/idle_exports.h
include/kadu/plugins/jabber_protocol/actions/jabber-actions.h
-include/kadu/plugins/jabber_protocol/certificates/certificate-error-dialog.h
+include/kadu/plugins/jabber_protocol/actions/jabber-protocol-menu-manager.h
+include/kadu/plugins/jabber_protocol/actions/show-xml-console-action-description.h
include/kadu/plugins/jabber_protocol/certificates/certificate-display-dialog.h
-include/kadu/plugins/jabber_protocol/certificates/trusted-certificates-manager.h
+include/kadu/plugins/jabber_protocol/certificates/certificate-error-dialog.h
include/kadu/plugins/jabber_protocol/certificates/certificate-helpers.h
-include/kadu/plugins/jabber_protocol/client/mini-client.h
+include/kadu/plugins/jabber_protocol/certificates/trusted-certificates-manager.h
include/kadu/plugins/jabber_protocol/client/jabber-client.h
+include/kadu/plugins/jabber_protocol/client/mini-client.h
+include/kadu/plugins/jabber_protocol/client/pong-server.h
+include/kadu/plugins/jabber_protocol/facebook-protocol-factory.h
include/kadu/plugins/jabber_protocol/file-transfer/jabber-file-transfer-handler.h
include/kadu/plugins/jabber_protocol/file-transfer/s5b-server-manager.h
+include/kadu/plugins/jabber_protocol/gtalk-protocol-factory.h
+include/kadu/plugins/jabber_protocol/gui/widgets/jabber-add-account-widget.h
+include/kadu/plugins/jabber_protocol/gui/widgets/jabber-contact-personal-info-widget.h
include/kadu/plugins/jabber_protocol/gui/widgets/jabber-create-account-widget.h
include/kadu/plugins/jabber_protocol/gui/widgets/jabber-edit-account-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-contact-personal-info-widget.h
include/kadu/plugins/jabber_protocol/gui/widgets/jabber-personal-info-widget.h
-include/kadu/plugins/jabber_protocol/gui/widgets/jabber-add-account-widget.h
+include/kadu/plugins/jabber_protocol/gui/windows/jabber-change-password-window.h
include/kadu/plugins/jabber_protocol/gui/windows/jabber-wait-for-account-register-window.h
include/kadu/plugins/jabber_protocol/gui/windows/xml-console.h
-include/kadu/plugins/jabber_protocol/gui/windows/jabber-change-password-window.h
+include/kadu/plugins/jabber_protocol/iris-status-adapter.h
+include/kadu/plugins/jabber_protocol/jabber-account-details.h
+include/kadu/plugins/jabber_protocol/jabber-contact-details.h
+include/kadu/plugins/jabber_protocol/jabber-id-validator.h
+include/kadu/plugins/jabber_protocol/jabber-protocol-factory.h
+include/kadu/plugins/jabber_protocol/jabber-protocol-plugin.h
+include/kadu/plugins/jabber_protocol/jabber-protocol.h
+include/kadu/plugins/jabber_protocol/jabber-url-handler.h
include/kadu/plugins/jabber_protocol/open-chat-with/jabber-open-chat-with-runner.h
include/kadu/plugins/jabber_protocol/resource/jabber-resource-pool.h
include/kadu/plugins/jabber_protocol/resource/jabber-resource.h
include/kadu/plugins/jabber_protocol/server/jabber-avatar-fetcher.h
-include/kadu/plugins/jabber_protocol/server/jabber-avatar-uploader.h
include/kadu/plugins/jabber_protocol/server/jabber-avatar-pep-fetcher.h
-include/kadu/plugins/jabber_protocol/server/jabber-server-register-account.h
-include/kadu/plugins/jabber_protocol/server/jabber-server-change-password.h
-include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-uploader.h
-include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-fetcher.h
include/kadu/plugins/jabber_protocol/server/jabber-avatar-pep-uploader.h
+include/kadu/plugins/jabber_protocol/server/jabber-avatar-uploader.h
+include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-fetcher.h
+include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-uploader.h
+include/kadu/plugins/jabber_protocol/server/jabber-server-change-password.h
+include/kadu/plugins/jabber_protocol/server/jabber-server-register-account.h
include/kadu/plugins/jabber_protocol/services/jabber-avatar-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-contact-personal-info-service.h
-include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h
include/kadu/plugins/jabber_protocol/services/jabber-chat-service.h
include/kadu/plugins/jabber_protocol/services/jabber-chat-state-service.h
+include/kadu/plugins/jabber_protocol/services/jabber-contact-personal-info-service.h
include/kadu/plugins/jabber_protocol/services/jabber-file-transfer-service.h
+include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h
+include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h
include/kadu/plugins/jabber_protocol/services/jabber-subscription-service.h
-include/kadu/plugins/jabber_protocol/tasks/pep-publish-task.h
include/kadu/plugins/jabber_protocol/tasks/pep-get-task.h
+include/kadu/plugins/jabber_protocol/tasks/pep-publish-task.h
include/kadu/plugins/jabber_protocol/tasks/pep-retract-task.h
-include/kadu/plugins/jabber_protocol/utils/vcard-factory.h
include/kadu/plugins/jabber_protocol/utils/jid-util.h
-include/kadu/plugins/jabber_protocol/utils/server-info-manager.h
include/kadu/plugins/jabber_protocol/utils/pep-manager.h
-include/kadu/plugins/jabber_protocol/jabber-protocol.h
-include/kadu/plugins/jabber_protocol/jabber-protocol-factory.h
-include/kadu/plugins/jabber_protocol/gtalk-protocol-factory.h
-include/kadu/plugins/jabber_protocol/facebook-protocol-factory.h
-include/kadu/plugins/jabber_protocol/jabber-url-handler.h
-include/kadu/plugins/jabber_protocol/jabber-account-details.h
-include/kadu/plugins/jabber_protocol/jabber-protocol-plugin.h
-include/kadu/plugins/jabber_protocol/jabber-id-validator.h
-include/kadu/plugins/jabber_protocol/iris-status-adapter.h
-include/kadu/plugins/jabber_protocol/jabber-contact-details.h
-include/kadu/plugins/mediaplayer/mediaplayer.h
+include/kadu/plugins/jabber_protocol/utils/server-info-manager.h
+include/kadu/plugins/jabber_protocol/utils/vcard-factory.h
include/kadu/plugins/mediaplayer/mediaplayer-plugin.h
+include/kadu/plugins/mediaplayer/mediaplayer.h
+include/kadu/plugins/mediaplayer/mediaplayer_exports.h
include/kadu/plugins/mediaplayer/mp_status_changer.h
include/kadu/plugins/mediaplayer/player_commands.h
include/kadu/plugins/mediaplayer/player_info.h
-include/kadu/plugins/mediaplayer/mpris_mediaplayer.h
-include/kadu/plugins/mediaplayer/mpris_controller.h
-include/kadu/plugins/mediaplayer/mediaplayer_exports.h
include/kadu/plugins/qt4_docking/qt4-docking-plugin.h
include/kadu/plugins/qt4_docking/qt4_docking.h
include/kadu/plugins/qt4_docking/qt4_docking_exports.h
include/kadu/plugins/sound/configuration/gui/sound-configuration-ui-handler.h
-include/kadu/plugins/sound/sound-theme-manager.h
-include/kadu/plugins/sound/sound-play-thread.h
-include/kadu/plugins/sound/sound-plugin.h
+include/kadu/plugins/sound/sound-actions.h
include/kadu/plugins/sound/sound-exports.h
-include/kadu/plugins/sound/sound-player.h
include/kadu/plugins/sound/sound-manager.h
-include/kadu/plugins/sound/sound-file.h
-include/kadu/plugins/sound/sound-actions.h
-lib/kadu/plugins/libantistring.so
+include/kadu/plugins/sound/sound-play-thread.h
+include/kadu/plugins/sound/sound-player.h
+include/kadu/plugins/sound/sound-plugin.h
+include/kadu/plugins/sound/sound-theme-manager.h
lib/kadu/plugins/libamarok1_mediaplayer.so
+lib/kadu/plugins/libantistring.so
lib/kadu/plugins/libauto_hide.so
lib/kadu/plugins/libautoaway.so
lib/kadu/plugins/libautoresponder.so
@@ -612,19 +641,24 @@ lib/kadu/plugins/libtabs.so
lib/kadu/plugins/libword_fix.so
share/applications/kadu.desktop
share/cmake/Modules/FindKadu.cmake
+share/icons/hicolor/16x16/apps/kadu.png
+share/icons/hicolor/22x22/apps/kadu.png
+share/icons/hicolor/24x24/apps/kadu.png
+share/icons/hicolor/32x32/apps/kadu.png
+share/icons/hicolor/48x48/apps/kadu.png
+share/icons/hicolor/64x64/apps/kadu.png
+share/icons/hicolor/128x128/apps/kadu.png
%%DATADIR%%/AUTHORS
%%DATADIR%%/COPYING
+%%DATADIR%%/ChangeLog
+%%DATADIR%%/ChangeLog.OLD-PL
%%DATADIR%%/HISTORY
%%DATADIR%%/README
%%DATADIR%%/THANKS
-%%DATADIR%%/ChangeLog
-%%DATADIR%%/ChangeLog.OLD-PL
-%%DATADIR%%/configuration/contact-account-data.ui
-%%DATADIR%%/configuration/contact-data.ui
-%%DATADIR%%/configuration/dialog.ui
%%DATADIR%%/configuration/dialog-look-chat-advanced.ui
-%%DATADIR%%/plugins/antistring.desc
+%%DATADIR%%/configuration/dialog.ui
%%DATADIR%%/plugins/amarok1_mediaplayer.desc
+%%DATADIR%%/plugins/antistring.desc
%%DATADIR%%/plugins/auto_hide.desc
%%DATADIR%%/plugins/autoaway.desc
%%DATADIR%%/plugins/autoresponder.desc
@@ -632,43 +666,6 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/cenzor.desc
%%DATADIR%%/plugins/chat_notify.desc
%%DATADIR%%/plugins/config_wizard.desc
-%%DATADIR%%/plugins/desktop_docking.desc
-%%DATADIR%%/plugins/docking.desc
-%%DATADIR%%/plugins/encryption_ng.desc
-%%DATADIR%%/plugins/encryption_ng_simlite.desc
-%%DATADIR%%/plugins/exec_notify.desc
-%%DATADIR%%/plugins/ext_sound.desc
-%%DATADIR%%/plugins/falf_mediaplayer.desc
-%%DATADIR%%/plugins/filedesc.desc
-%%DATADIR%%/plugins/firewall.desc
-%%DATADIR%%/plugins/freedesktop_notify.desc
-%%DATADIR%%/plugins/gadu_protocol.desc
-%%DATADIR%%/plugins/hints.desc
-%%DATADIR%%/plugins/history.desc
-%%DATADIR%%/plugins/history_migration.desc
-%%DATADIR%%/plugins/idle.desc
-%%DATADIR%%/plugins/imagelink.desc
-%%DATADIR%%/plugins/jabber_protocol.desc
-%%DATADIR%%/plugins/last_seen.desc
-%%DATADIR%%/plugins/mediaplayer.desc
-%%DATADIR%%/plugins/mpd_mediaplayer.desc
-%%DATADIR%%/plugins/mprisplayer_mediaplayer.desc
-%%DATADIR%%/plugins/pcspeaker.desc
-%%DATADIR%%/plugins/phonon_sound.desc
-%%DATADIR%%/plugins/profiles_import.desc
-%%DATADIR%%/plugins/qt4_docking.desc
-%%DATADIR%%/plugins/qt4_docking_notify.desc
-%%DATADIR%%/plugins/qt4_sound.desc
-%%DATADIR%%/plugins/screenshot.desc
-%%DATADIR%%/plugins/simpleview.desc
-%%DATADIR%%/plugins/single_window.desc
-%%DATADIR%%/plugins/sms.desc
-%%DATADIR%%/plugins/sound.desc
-%%DATADIR%%/plugins/speech.desc
-%%DATADIR%%/plugins/spellchecker.desc
-%%DATADIR%%/plugins/sql_history.desc
-%%DATADIR%%/plugins/tabs.desc
-%%DATADIR%%/plugins/word_fix.desc
%%DATADIR%%/plugins/configuration/antistring.ui
%%DATADIR%%/plugins/configuration/auto_hide.ui
%%DATADIR%%/plugins/configuration/autoaway.ui
@@ -708,14 +705,50 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/data/gadu_protocol/servers.txt
%%DATADIR%%/plugins/data/mediaplayer/mediaplayer.png
%%DATADIR%%/plugins/data/mprisplayer_mediaplayer/mprisplayer-players.data
-%%DATADIR%%/plugins/data/sms/scripts/gateway.js
%%DATADIR%%/plugins/data/sms/scripts/gateway-era.js
-%%DATADIR%%/plugins/data/sms/scripts/gateway-orange.js
%%DATADIR%%/plugins/data/sms/scripts/gateway-orange-multibox.js
+%%DATADIR%%/plugins/data/sms/scripts/gateway-orange.js
%%DATADIR%%/plugins/data/sms/scripts/gateway-plus.js
+%%DATADIR%%/plugins/data/sms/scripts/gateway.js
%%DATADIR%%/plugins/data/word_fix/wf_default_list.data
+%%DATADIR%%/plugins/desktop_docking.desc
+%%DATADIR%%/plugins/docking.desc
+%%DATADIR%%/plugins/encryption_ng.desc
+%%DATADIR%%/plugins/encryption_ng_simlite.desc
+%%DATADIR%%/plugins/exec_notify.desc
+%%DATADIR%%/plugins/ext_sound.desc
+%%DATADIR%%/plugins/falf_mediaplayer.desc
+%%DATADIR%%/plugins/filedesc.desc
+%%DATADIR%%/plugins/firewall.desc
+%%DATADIR%%/plugins/freedesktop_notify.desc
+%%DATADIR%%/plugins/gadu_protocol.desc
+%%DATADIR%%/plugins/hints.desc
+%%DATADIR%%/plugins/history.desc
+%%DATADIR%%/plugins/history_migration.desc
+%%DATADIR%%/plugins/idle.desc
+%%DATADIR%%/plugins/imagelink.desc
+%%DATADIR%%/plugins/jabber_protocol.desc
+%%DATADIR%%/plugins/last_seen.desc
+%%DATADIR%%/plugins/mediaplayer.desc
+%%DATADIR%%/plugins/mpd_mediaplayer.desc
+%%DATADIR%%/plugins/mprisplayer_mediaplayer.desc
+%%DATADIR%%/plugins/pcspeaker.desc
+%%DATADIR%%/plugins/phonon_sound.desc
+%%DATADIR%%/plugins/profiles_import.desc
+%%DATADIR%%/plugins/qt4_docking.desc
+%%DATADIR%%/plugins/qt4_docking_notify.desc
+%%DATADIR%%/plugins/qt4_sound.desc
+%%DATADIR%%/plugins/screenshot.desc
%%DATADIR%%/plugins/sdk/configuration-ui.xsl
%%DATADIR%%/plugins/sdk/plugintsupdate.sh
+%%DATADIR%%/plugins/simpleview.desc
+%%DATADIR%%/plugins/single_window.desc
+%%DATADIR%%/plugins/sms.desc
+%%DATADIR%%/plugins/sound.desc
+%%DATADIR%%/plugins/speech.desc
+%%DATADIR%%/plugins/spellchecker.desc
+%%DATADIR%%/plugins/sql_history.desc
+%%DATADIR%%/plugins/tabs.desc
%%DATADIR%%/plugins/translations/antistring_cs.qm
%%DATADIR%%/plugins/translations/antistring_de.qm
%%DATADIR%%/plugins/translations/antistring_en.qm
@@ -768,24 +801,24 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/translations/encryption_ng_it.qm
%%DATADIR%%/plugins/translations/encryption_ng_pl.qm
%%DATADIR%%/plugins/translations/encryption_ng_simlite_cs.qm
-%%DATADIR%%/plugins/translations/encryption_ng_simlite_en.qm
%%DATADIR%%/plugins/translations/encryption_ng_simlite_de.qm
+%%DATADIR%%/plugins/translations/encryption_ng_simlite_en.qm
%%DATADIR%%/plugins/translations/encryption_ng_simlite_it.qm
%%DATADIR%%/plugins/translations/encryption_ng_simlite_pl.qm
%%DATADIR%%/plugins/translations/exec_notify_en.qm
%%DATADIR%%/plugins/translations/exec_notify_pl.qm
%%DATADIR%%/plugins/translations/ext_sound_cs.qm
-%%DATADIR%%/plugins/translations/ext_sound_en.qm
%%DATADIR%%/plugins/translations/ext_sound_de.qm
+%%DATADIR%%/plugins/translations/ext_sound_en.qm
%%DATADIR%%/plugins/translations/ext_sound_it.qm
%%DATADIR%%/plugins/translations/ext_sound_pl.qm
%%DATADIR%%/plugins/translations/filedesc_cs.qm
-%%DATADIR%%/plugins/translations/filedesc_en.qm
%%DATADIR%%/plugins/translations/filedesc_de.qm
+%%DATADIR%%/plugins/translations/filedesc_en.qm
%%DATADIR%%/plugins/translations/filedesc_pl.qm
%%DATADIR%%/plugins/translations/firewall_cs.qm
-%%DATADIR%%/plugins/translations/firewall_en.qm
%%DATADIR%%/plugins/translations/firewall_de.qm
+%%DATADIR%%/plugins/translations/firewall_en.qm
%%DATADIR%%/plugins/translations/firewall_pl.qm
%%DATADIR%%/plugins/translations/freedesktop_notify_cs.qm
%%DATADIR%%/plugins/translations/freedesktop_notify_de.qm
@@ -802,21 +835,21 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/translations/history_cs.qm
%%DATADIR%%/plugins/translations/history_de.qm
%%DATADIR%%/plugins/translations/history_en.qm
-%%DATADIR%%/plugins/translations/history_pl.qm
%%DATADIR%%/plugins/translations/history_migration_cs.qm
%%DATADIR%%/plugins/translations/history_migration_en.qm
%%DATADIR%%/plugins/translations/history_migration_pl.qm
+%%DATADIR%%/plugins/translations/history_pl.qm
%%DATADIR%%/plugins/translations/imagelink_cs.qm
%%DATADIR%%/plugins/translations/imagelink_en.qm
%%DATADIR%%/plugins/translations/imagelink_it.qm
%%DATADIR%%/plugins/translations/imagelink_pl.qm
%%DATADIR%%/plugins/translations/jabber_protocol_cs.qm
-%%DATADIR%%/plugins/translations/jabber_protocol_en.qm
%%DATADIR%%/plugins/translations/jabber_protocol_de.qm
+%%DATADIR%%/plugins/translations/jabber_protocol_en.qm
%%DATADIR%%/plugins/translations/jabber_protocol_pl.qm
%%DATADIR%%/plugins/translations/last_seen_cs.qm
-%%DATADIR%%/plugins/translations/last_seen_en.qm
%%DATADIR%%/plugins/translations/last_seen_de.qm
+%%DATADIR%%/plugins/translations/last_seen_en.qm
%%DATADIR%%/plugins/translations/last_seen_pl.qm
%%DATADIR%%/plugins/translations/last_seen_tr.qm
%%DATADIR%%/plugins/translations/mediaplayer_cs.qm
@@ -834,8 +867,8 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/translations/profiles_import_en.qm
%%DATADIR%%/plugins/translations/profiles_import_pl.qm
%%DATADIR%%/plugins/translations/qt4_docking_notify_cs.qm
-%%DATADIR%%/plugins/translations/qt4_docking_notify_en.qm
%%DATADIR%%/plugins/translations/qt4_docking_notify_de.qm
+%%DATADIR%%/plugins/translations/qt4_docking_notify_en.qm
%%DATADIR%%/plugins/translations/qt4_docking_notify_pl.qm
%%DATADIR%%/plugins/translations/qt4_sound_cs.qm
%%DATADIR%%/plugins/translations/qt4_sound_en.qm
@@ -861,21 +894,21 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/translations/sound_it.qm
%%DATADIR%%/plugins/translations/sound_pl.qm
%%DATADIR%%/plugins/translations/speech_cs.qm
-%%DATADIR%%/plugins/translations/speech_en.qm
%%DATADIR%%/plugins/translations/speech_de.qm
+%%DATADIR%%/plugins/translations/speech_en.qm
%%DATADIR%%/plugins/translations/speech_it.qm
%%DATADIR%%/plugins/translations/speech_pl.qm
%%DATADIR%%/plugins/translations/spellchecker_cs.qm
-%%DATADIR%%/plugins/translations/spellchecker_en.qm
%%DATADIR%%/plugins/translations/spellchecker_de.qm
+%%DATADIR%%/plugins/translations/spellchecker_en.qm
%%DATADIR%%/plugins/translations/spellchecker_pl.qm
%%DATADIR%%/plugins/translations/sql_history_cs.qm
-%%DATADIR%%/plugins/translations/sql_history_en.qm
%%DATADIR%%/plugins/translations/sql_history_de.qm
+%%DATADIR%%/plugins/translations/sql_history_en.qm
%%DATADIR%%/plugins/translations/sql_history_pl.qm
%%DATADIR%%/plugins/translations/tabs_cs.qm
-%%DATADIR%%/plugins/translations/tabs_en.qm
%%DATADIR%%/plugins/translations/tabs_de.qm
+%%DATADIR%%/plugins/translations/tabs_en.qm
%%DATADIR%%/plugins/translations/tabs_pl.qm
%%DATADIR%%/plugins/translations/word_fix_cs.qm
%%DATADIR%%/plugins/translations/word_fix_de.qm
@@ -883,1043 +916,1043 @@ share/cmake/Modules/FindKadu.cmake
%%DATADIR%%/plugins/translations/word_fix_es_ES.qm
%%DATADIR%%/plugins/translations/word_fix_pl.qm
%%DATADIR%%/plugins/translations/word_fix_ru.qm
+%%DATADIR%%/plugins/word_fix.desc
%%DATADIR%%/scripts/chat-scripts.js
-%%DATADIR%%/syntax/infopanel/Arvenil.syntax
-%%DATADIR%%/syntax/infopanel/default.syntax
-%%DATADIR%%/syntax/infopanel/ultr.syntax
-%%DATADIR%%/syntax/chat/aqq2_by_maddox84.syntax
%%DATADIR%%/syntax/chat/Arvenil.syntax
-%%DATADIR%%/syntax/chat/c34_white_gradient_compact.syntax
-%%DATADIR%%/syntax/chat/cheester.syntax
-%%DATADIR%%/syntax/chat/filozof.syntax
-%%DATADIR%%/syntax/chat/fuku.syntax
-%%DATADIR%%/syntax/chat/gg.syntax
-%%DATADIR%%/syntax/chat/hapi.syntax
-%%DATADIR%%/syntax/chat/irc.syntax
-%%DATADIR%%/syntax/chat/kadu.syntax
-%%DATADIR%%/syntax/chat/skp_by_dam.syntax
-%%DATADIR%%/syntax/chat/skype_by_dorr.syntax
-%%DATADIR%%/syntax/chat/ultr.syntax
-%%DATADIR%%/syntax/chat/Default/Template.html
%%DATADIR%%/syntax/chat/Default/Resources/images/composing.svgz
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue).css
+%%DATADIR%%/syntax/chat/Default/Template.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Info.plist
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Footer.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Header.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Content.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Context.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContent.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContext.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/buddy_icon.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Content.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Context.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContent.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContext.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/buddy_icon.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Status.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Template.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Grey).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Red).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Cyan).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Orange).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Cyan).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Purple).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Lime).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White Bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Pink).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Red).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Green).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Orange).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Pink).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Aqua).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Cyan).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Graphite).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Modern.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White Bubbling.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Pink).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Aqua).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Orange).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Purple).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Red).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Graphite).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Orange).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Purple).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Yellow).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Lime & Glass).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Green).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Grey & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Grey).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Glass & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Grey & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Purple).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Graphite & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Red).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Green).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Blue & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Purple & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative White Bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Graphite & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Green & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Aqua).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Green & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Grey).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Cyan & Purple).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Yellow).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Aqua & Lime).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Pink).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Cyan & Orange).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Cyan).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Blue & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Glass).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Graphite).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red & Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Aqua).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Blue).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Cyan).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Glass).css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Graphite).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Orange & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Pink & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Red & Aqua).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Aqua & Blue).css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_global_override.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/glass-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/leopard-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/tiger-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/default-header.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white-bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_modern.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-cyan.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_default.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-purple.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-pink.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-red.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-lime.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-aqua.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-green.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-glass.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-graphite.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-yellow.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-grey.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white-bubbling.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-orange.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-blue.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/disable-reflection.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/message-bubble.css
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show-hover.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide-hover.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Green).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Grey).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Lime).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Orange).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Pink).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Purple).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow & Red).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Glass (Yellow).css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Modern.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White Bubbling.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/White.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/glass.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/leopard.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/tiger.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/glass.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide-hover.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-hide.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show-hover.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/_headers/toggle-show.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg-white.jpg
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg.jpg
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg-white.jpg
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-aqua/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-blue/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-cyan/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-graphite/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-grey/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-lime/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-orange/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-green/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/bg.jpg
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-pink/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-purple/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-yellow/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass/topright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/jim.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/top.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomleft-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottomright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/left.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/glass-red/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/middle.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright-arrow.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topright.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottom.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright-arrow.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottomright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/middle.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/right.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/bottom.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Template.html
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/modern/topright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottom.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright-arrow.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/bottomright.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/left.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/middle.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/right.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/top.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topleft.png
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/images/white/topright.png
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/reflection.js
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/javascripts/scroll.js
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Info.plist
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/main.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/disable-reflection.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_bubbles/message-bubble.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_default.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/_global_override.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/default-header.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/glass-header.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/leopard-header.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/header-styles/tiger-header.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/modern.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/_headers/white.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_default.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_modern.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white-bubbling.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/_white.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-aqua.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-blue.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-cyan.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-graphite.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-green.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-grey.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-lime.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-orange.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-pink.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-purple.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-red.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-in-yellow.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-aqua.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-blue.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-cyan.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-graphite.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-green.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-grey.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-lime.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-orange.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-pink.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-purple.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-red.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/alternative/glass-out-yellow.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_default.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_modern.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white-bubbling.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/_white.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-aqua.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-blue.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-cyan.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-graphite.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-green.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-grey.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-lime.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-orange.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-pink.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-purple.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-red.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-in-yellow.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-aqua.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-blue.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-cyan.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-glass.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-graphite.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-green.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-grey.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-lime.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-orange.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-pink.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-purple.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-red.css
+%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/styles/normal/glass-out-yellow.css
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/License.txt
%%DATADIR%%/syntax/chat/Modern Bubbling (Compact)/Readme.txt
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/incoming_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red Alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names Alt.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Demo.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTL.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/alert.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-right.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelHeading.jpg
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-left.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowHeading.jpg
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/DummyContact.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicatorAlt.gif
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator2.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTR.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/outgoing_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/alternating.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/noname.css
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/renkooNaked/Contents/Info.plist
-%%DATADIR%%/syntax/chat/renkooNaked/LICENSE.txt
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/incoming_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Info.plist
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Footer.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Header.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Content.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Context.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContent.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContext.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon_alt.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Content.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Context.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContent.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContext.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon_alt.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Status.html
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Left Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-No Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Alternate Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Alternate Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Alternate Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-No Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Right Alternate Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Left Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Left Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-No Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBO-Left Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/Monochrome-Right Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Alternate Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Left Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-No Icon.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Alternate Icon.css
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/RBP-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Variants/GBP-Right Icon.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Outgoing/buddy_icon_alt.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/test.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/showhide.js
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/header.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_hidden.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_all.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/defaults.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_right.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/message_common.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_left.css
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/arrow.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/background.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/buddy_background.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_close_pressed.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg15degRot.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_fill.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg1.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_button_open_pressed.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_fill.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_left.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_context_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg1.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/header/header_sender_bg15degRot.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_fill.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_fill.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_mid_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_fill.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_right.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_context_left.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/blue/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left_history.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_context_left.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/green/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/gray/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left_history.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right_history.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_context_left.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/red/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/mono/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_context_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/flipped/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_context_fill.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_fill.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_mono_fill_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_context_left.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_context_right.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/blue/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right_history.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_context_right.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/green/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/gray/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left_history.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right_history.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_context_right.png
%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/red/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left_history.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/mono/sender_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/sender_context_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/buddy_background.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_bot_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_bot_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_fill.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_bot_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_top_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_left.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/message/message_context_top_right.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/background.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/arrow.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Incoming/buddy_icon_alt.png
-%%DATADIR%%/syntax/chat/Satin/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Satin/Contents/Info.plist
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_context_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/images/sender/standard/sender_left.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/incoming_icon.png
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/main.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/showhide.js
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/defaults.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_alternate_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_orange_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_alternate_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/green_blue_purple_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/header.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_all.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_alternate_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_hidden.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/layout_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/message_common.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_alternate_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/monochrome_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_alternate_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_left.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/styles/red_blue_purple_right.css
+%%DATADIR%%/syntax/chat/Satin/Contents/Resources/test.html
%%DATADIR%%/syntax/chat/Satin/License.txt
%%DATADIR%%/syntax/chat/Satin/Readme.txt
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Status.html
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Info.plist
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Header.html
%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Images/bg_grad.png
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Main.css
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/buddy_icon.png
%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Content.html
%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Info.plist
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Incoming/buddy_icon.png
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Main.css
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Content.html
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/Context.html
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Outgoing/buddy_icon.png
+%%DATADIR%%/syntax/chat/SimpleStuff/Contents/Resources/Status.html
%%DATADIR%%/syntax/chat/SimpleStuff/License.txt
%%DATADIR%%/syntax/chat/SimpleStuff/Readme.txt
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Info.plist
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Footer.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Header.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Content.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Context.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/FileTransferRequest.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContent.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContext.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/buddy_icon.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Content.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Context.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContent.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContext.html
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/buddy_icon.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Status.html
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Grey.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Orange.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Orange.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Green.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Orange.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Blue.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Orange.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Blue - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Blue - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Blue.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Blue.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Red - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Green - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Green.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Grey.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Green - Blue.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Orange.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Grey - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Grey - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Blue.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Green.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Alt Orange - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Orange.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Orange - Red.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Blue.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Green.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Grey.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Orange.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Variants/Red - Red.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContext.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/buddy_icon.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Content.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/Context.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Outgoing/NextContent.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Status.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Footer.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/main.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_topcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_rightside.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottomcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_top.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/alternating.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/bkg.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_fill.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_fill.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottom.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_fill.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/bkg.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/green_right_a.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/blue_right.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottom.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_bottomcorner.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_right_a.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/icon_overlay_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_leftside.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottom.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomleft_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_bottomright_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/message_right_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_fill.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_right_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_fill.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/red_right_a.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_left.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/ctx_right.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottom.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_bottomcorner.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_top.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/orange_fill.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/grey_left_a.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_l_topcorner.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_leftside.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_bottomcorner.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_top.png
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_r_topcorner.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContext.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/buddy_icon.png
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/FileTransferRequest.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Content.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/Context.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Incoming/NextContent.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/alternating.css
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/images/status_rightside.png
+%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/main.css
%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/regular.css
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Resources/Header.html
-%%DATADIR%%/syntax/chat/Stockholm/Contents/Info.plist
%%DATADIR%%/syntax/chat/Stockholm/License.txt
%%DATADIR%%/syntax/chat/Stockholm/Readme.txt
+%%DATADIR%%/syntax/chat/aqq2_by_maddox84.syntax
+%%DATADIR%%/syntax/chat/c34_white_gradient_compact.syntax
+%%DATADIR%%/syntax/chat/cheester.syntax
+%%DATADIR%%/syntax/chat/filozof.syntax
+%%DATADIR%%/syntax/chat/fuku.syntax
+%%DATADIR%%/syntax/chat/gg.syntax
+%%DATADIR%%/syntax/chat/hapi.syntax
+%%DATADIR%%/syntax/chat/irc.syntax
+%%DATADIR%%/syntax/chat/kadu.syntax
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Info.plist
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Demo.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Footer.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Header.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Content.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/Context.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContent.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/NextContext.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Incoming/buddy_icon.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Content.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/Context.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContent.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/NextContext.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Outgoing/buddy_icon.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Status.html
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Green.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Red.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Steel.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Blue on Yellow.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Blue.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Red.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Steel.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Green on Yellow.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Blue.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Green.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Steel.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Red on Yellow.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Blue.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Green.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Red.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Steel on Yellow.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Blue.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Green.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Red.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel Alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names Alt.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel No Names.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/Variants/Yellow on Steel.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/alternating.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/DummyContact.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/alert.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueBackground.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueCurves.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicator2.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/blueIndicatorAlt.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenBackground.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenCurves.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicator2.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/greenIndicatorAlt.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redBackground.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redCurves.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicator2.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/redIndicatorAlt.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/silverCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelBackground.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelCurves.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelHeading.jpg
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicator2.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/steelIndicatorAlt.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-left.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/typing-right.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowBackground.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowCurves.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowHeading.jpg
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicator2.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowIndicatorAlt.gif
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTL.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/images/yellowTR.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/incoming_icon.png
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/main.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/noname.css
+%%DATADIR%%/syntax/chat/renkooNaked/Contents/Resources/outgoing_icon.png
+%%DATADIR%%/syntax/chat/renkooNaked/LICENSE.txt
+%%DATADIR%%/syntax/chat/skp_by_dam.syntax
+%%DATADIR%%/syntax/chat/skype_by_dorr.syntax
+%%DATADIR%%/syntax/chat/ultr.syntax
+%%DATADIR%%/syntax/infopanel/Arvenil.syntax
+%%DATADIR%%/syntax/infopanel/Old Default.syntax
+%%DATADIR%%/syntax/infopanel/ultr.syntax
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/8P_na.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/1/beksa.gif
@@ -2312,1510 +2345,1485 @@ share/cmake/Modules/FindKadu.cmake
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zlezkawoku.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zly.gif
%%GG_EMOTS%%%%DATADIR%%/themes/emoticons/gg6_compatible/3/zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif
-%%DATADIR%%/themes/emoticons/penguins/tort.gif
-%%DATADIR%%/themes/emoticons/penguins/smutny.gif
-%%DATADIR%%/themes/emoticons/penguins/_drink.gif
-%%DATADIR%%/themes/emoticons/penguins/soczek.gif
-%%DATADIR%%/themes/emoticons/penguins/_gool.gif
-%%DATADIR%%/themes/emoticons/penguins/tuptup.gif
-%%DATADIR%%/themes/emoticons/penguins/serduszka.gif
-%%DATADIR%%/themes/emoticons/penguins/pomocy.gif
-%%DATADIR%%/themes/emoticons/penguins/_buziak.gif
-%%DATADIR%%/themes/emoticons/penguins/_kotek.gif
-%%DATADIR%%/themes/emoticons/penguins/diabelek.gif
-%%DATADIR%%/themes/emoticons/penguins/prysznic.gif
+%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif
+%%DATADIR%%/themes/emoticons/penguins/8p.gif
+%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif
+%%DATADIR%%/themes/emoticons/penguins/_8p.gif
+%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif
+%%DATADIR%%/themes/emoticons/penguins/_aparat.gif
+%%DATADIR%%/themes/emoticons/penguins/_beczy.gif
+%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif
+%%DATADIR%%/themes/emoticons/penguins/_bije.gif
+%%DATADIR%%/themes/emoticons/penguins/_boisie.gif
%%DATADIR%%/themes/emoticons/penguins/_boks.gif
-%%DATADIR%%/themes/emoticons/penguins/hejka.gif
-%%DATADIR%%/themes/emoticons/penguins/_stres.gif
-%%DATADIR%%/themes/emoticons/penguins/aniolek.gif
-%%DATADIR%%/themes/emoticons/penguins/_uczen.gif
-%%DATADIR%%/themes/emoticons/penguins/rzygi.gif
-%%DATADIR%%/themes/emoticons/penguins/gazeta.gif
-%%DATADIR%%/themes/emoticons/penguins/stop.gif
-%%DATADIR%%/themes/emoticons/penguins/_oczko.gif
+%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif
+%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif
+%%DATADIR%%/themes/emoticons/penguins/_buziak.gif
+%%DATADIR%%/themes/emoticons/penguins/_buzki.gif
+%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif
+%%DATADIR%%/themes/emoticons/penguins/_chytry.gif
+%%DATADIR%%/themes/emoticons/penguins/_cisza.gif
%%DATADIR%%/themes/emoticons/penguins/_cmok.gif
-%%DATADIR%%/themes/emoticons/penguins/nie.gif
-%%DATADIR%%/themes/emoticons/penguins/okok.gif
-%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif
-%%DATADIR%%/themes/emoticons/penguins/_okok.gif
-%%DATADIR%%/themes/emoticons/penguins/_ziew.gif
-%%DATADIR%%/themes/emoticons/penguins/_nie.gif
-%%DATADIR%%/themes/emoticons/penguins/jablko.gif
-%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif
-%%DATADIR%%/themes/emoticons/penguins/palacz.gif
-%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif
-%%DATADIR%%/themes/emoticons/penguins/_plask.gif
-%%DATADIR%%/themes/emoticons/penguins/_hejka.gif
-%%DATADIR%%/themes/emoticons/penguins/jezyk.gif
-%%DATADIR%%/themes/emoticons/penguins/muza.gif
-%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif
-%%DATADIR%%/themes/emoticons/penguins/_wanna.gif
%%DATADIR%%/themes/emoticons/penguins/_co.gif
-%%DATADIR%%/themes/emoticons/penguins/tak.gif
-%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif
-%%DATADIR%%/themes/emoticons/penguins/foch.gif
-%%DATADIR%%/themes/emoticons/penguins/glupek.gif
-%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif
-%%DATADIR%%/themes/emoticons/penguins/drink.gif
-%%DATADIR%%/themes/emoticons/penguins/_mniam.gif
-%%DATADIR%%/themes/emoticons/penguins/bije.gif
-%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/paker.gif
-%%DATADIR%%/themes/emoticons/penguins/_jem.gif
-%%DATADIR%%/themes/emoticons/penguins/_buzki.gif
-%%DATADIR%%/themes/emoticons/penguins/_onajego.gif
-%%DATADIR%%/themes/emoticons/penguins/_piwo.gif
-%%DATADIR%%/themes/emoticons/penguins/uoeee.gif
-%%DATADIR%%/themes/emoticons/penguins/wnerw.gif
-%%DATADIR%%/themes/emoticons/penguins/_glupek.gif
-%%DATADIR%%/themes/emoticons/penguins/czytaj.gif
-%%DATADIR%%/themes/emoticons/penguins/piwo.gif
-%%DATADIR%%/themes/emoticons/penguins/sciana.gif
-%%DATADIR%%/themes/emoticons/penguins/_szampan.gif
-%%DATADIR%%/themes/emoticons/penguins/_killer.gif
-%%DATADIR%%/themes/emoticons/penguins/_haha.gif
+%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif
+%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif
+%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif
+%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif
+%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif
+%%DATADIR%%/themes/emoticons/penguins/_dobani.gif
+%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif
+%%DATADIR%%/themes/emoticons/penguins/_dostal.gif
+%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif
+%%DATADIR%%/themes/emoticons/penguins/_drink.gif
+%%DATADIR%%/themes/emoticons/penguins/_dupa.gif
+%%DATADIR%%/themes/emoticons/penguins/_figielek.gif
+%%DATADIR%%/themes/emoticons/penguins/_foch.gif
+%%DATADIR%%/themes/emoticons/penguins/_gafa.gif
%%DATADIR%%/themes/emoticons/penguins/_ganja.gif
-%%DATADIR%%/themes/emoticons/penguins/_aniolek.gif
-%%DATADIR%%/themes/emoticons/penguins/luzik.gif
-%%DATADIR%%/themes/emoticons/penguins/_smutny.gif
-%%DATADIR%%/themes/emoticons/penguins/ganja.gif
-%%DATADIR%%/themes/emoticons/penguins/_papa2.gif
-%%DATADIR%%/themes/emoticons/penguins/_zegar.gif
-%%DATADIR%%/themes/emoticons/penguins/oczko.gif
-%%DATADIR%%/themes/emoticons/penguins/zegar.gif
-%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif
+%%DATADIR%%/themes/emoticons/penguins/_gazeta.gif
+%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif
+%%DATADIR%%/themes/emoticons/penguins/_glupek.gif
+%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif
+%%DATADIR%%/themes/emoticons/penguins/_gool.gif
%%DATADIR%%/themes/emoticons/penguins/_gra.gif
-%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif
-%%DATADIR%%/themes/emoticons/penguins/_kawa.gif
-%%DATADIR%%/themes/emoticons/penguins/_tak.gif
-%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif
-%%DATADIR%%/themes/emoticons/penguins/lol2.gif
-%%DATADIR%%/themes/emoticons/penguins/_obiad.gif
+%%DATADIR%%/themes/emoticons/penguins/_haha.gif
+%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif
+%%DATADIR%%/themes/emoticons/penguins/_hejka.gif
+%%DATADIR%%/themes/emoticons/penguins/_hura.gif
+%%DATADIR%%/themes/emoticons/penguins/_je_pizze.gif
+%%DATADIR%%/themes/emoticons/penguins/_jem.gif
+%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif
%%DATADIR%%/themes/emoticons/penguins/_jezyk_oko.gif
-%%DATADIR%%/themes/emoticons/penguins/nauka.gif
-%%DATADIR%%/themes/emoticons/penguins/_cisza.gif
-%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif
-%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif
-%%DATADIR%%/themes/emoticons/penguins/beczy.gif
+%%DATADIR%%/themes/emoticons/penguins/_kawa.gif
+%%DATADIR%%/themes/emoticons/penguins/_killer.gif
+%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif
+%%DATADIR%%/themes/emoticons/penguins/_kotek.gif
+%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif
+%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif
+%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif
+%%DATADIR%%/themes/emoticons/penguins/_list.gif
+%%DATADIR%%/themes/emoticons/penguins/_lol2.gif
%%DATADIR%%/themes/emoticons/penguins/_luzik.gif
-%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif
-%%DATADIR%%/themes/emoticons/penguins/szampan.gif
-%%DATADIR%%/themes/emoticons/penguins/zeby.gif
-%%DATADIR%%/themes/emoticons/penguins/_dresiarz.gif
-%%DATADIR%%/themes/emoticons/penguins/telefon.gif
-%%DATADIR%%/themes/emoticons/penguins/cisza.gif
-%%DATADIR%%/themes/emoticons/penguins/_bukiet.gif
-%%DATADIR%%/themes/emoticons/penguins/_peace.gif
-%%DATADIR%%/themes/emoticons/penguins/milosc.gif
-%%DATADIR%%/themes/emoticons/penguins/_placze.gif
-%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif
-%%DATADIR%%/themes/emoticons/penguins/_foch.gif
-%%DATADIR%%/themes/emoticons/penguins/_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/dupa.gif
-%%DATADIR%%/themes/emoticons/penguins/_telefon.gif
-%%DATADIR%%/themes/emoticons/penguins/_dupa.gif
-%%DATADIR%%/themes/emoticons/penguins/emots.txt
-%%DATADIR%%/themes/emoticons/penguins/mniam.gif
-%%DATADIR%%/themes/emoticons/penguins/usta.gif
-%%DATADIR%%/themes/emoticons/penguins/_slonko.gif
-%%DATADIR%%/themes/emoticons/penguins/_glupek2.gif
-%%DATADIR%%/themes/emoticons/penguins/pies.gif
-%%DATADIR%%/themes/emoticons/penguins/snieg.gif
-%%DATADIR%%/themes/emoticons/penguins/_bezradny.gif
-%%DATADIR%%/themes/emoticons/penguins/wanna.gif
-%%DATADIR%%/themes/emoticons/penguins/_snieg.gif
-%%DATADIR%%/themes/emoticons/penguins/rotfl.gif
-%%DATADIR%%/themes/emoticons/penguins/_glaszcze.gif
-%%DATADIR%%/themes/emoticons/penguins/chatownik.gif
-%%DATADIR%%/themes/emoticons/penguins/_beczy.gif
-%%DATADIR%%/themes/emoticons/penguins/roza.gif
-%%DATADIR%%/themes/emoticons/penguins/boks.gif
-%%DATADIR%%/themes/emoticons/penguins/_szok.gif
-%%DATADIR%%/themes/emoticons/penguins/olaboga.gif
-%%DATADIR%%/themes/emoticons/penguins/_prezent.gif
-%%DATADIR%%/themes/emoticons/penguins/boisie.gif
-%%DATADIR%%/themes/emoticons/penguins/papa.gif
-%%DATADIR%%/themes/emoticons/penguins/zly.gif
-%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/milczek.gif
-%%DATADIR%%/themes/emoticons/penguins/placze.gif
-%%DATADIR%%/themes/emoticons/penguins/spioch.gif
-%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif
-%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif
-%%DATADIR%%/themes/emoticons/penguins/_usmiech.gif
-%%DATADIR%%/themes/emoticons/penguins/papa2.gif
-%%DATADIR%%/themes/emoticons/penguins/piwko2.gif
-%%DATADIR%%/themes/emoticons/penguins/slonko.gif
+%%DATADIR%%/themes/emoticons/penguins/_milczek.gif
+%%DATADIR%%/themes/emoticons/penguins/_milosc.gif
+%%DATADIR%%/themes/emoticons/penguins/_mniam.gif
%%DATADIR%%/themes/emoticons/penguins/_muza.gif
-%%DATADIR%%/themes/emoticons/penguins/_zalamka.gif
-%%DATADIR%%/themes/emoticons/penguins/dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/_kwiatek.gif
-%%DATADIR%%/themes/emoticons/penguins/szok.gif
+%%DATADIR%%/themes/emoticons/penguins/_mysli.gif
+%%DATADIR%%/themes/emoticons/penguins/_nauka.gif
+%%DATADIR%%/themes/emoticons/penguins/_nerwus.gif
+%%DATADIR%%/themes/emoticons/penguins/_nie.gif
+%%DATADIR%%/themes/emoticons/penguins/_obiad.gif
+%%DATADIR%%/themes/emoticons/penguins/_oczko.gif
+%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif
+%%DATADIR%%/themes/emoticons/penguins/_okok.gif
+%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif
%%DATADIR%%/themes/emoticons/penguins/_olaboga.gif
+%%DATADIR%%/themes/emoticons/penguins/_onajego.gif
+%%DATADIR%%/themes/emoticons/penguins/_pada.gif
+%%DATADIR%%/themes/emoticons/penguins/_paker.gif
%%DATADIR%%/themes/emoticons/penguins/_palacz.gif
-%%DATADIR%%/themes/emoticons/penguins/stres.gif
-%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif
-%%DATADIR%%/themes/emoticons/penguins/usmiech.gif
-%%DATADIR%%/themes/emoticons/penguins/buzki.gif
-%%DATADIR%%/themes/emoticons/penguins/spie.gif
-%%DATADIR%%/themes/emoticons/penguins/_zeby.gif
+%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif
+%%DATADIR%%/themes/emoticons/penguins/_papa.gif
+%%DATADIR%%/themes/emoticons/penguins/_papa2.gif
+%%DATADIR%%/themes/emoticons/penguins/_peace.gif
%%DATADIR%%/themes/emoticons/penguins/_pies.gif
-%%DATADIR%%/themes/emoticons/penguins/_spioch.gif
-%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif
-%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif
-%%DATADIR%%/themes/emoticons/penguins/_czytaj.gif
-%%DATADIR%%/themes/emoticons/penguins/aparat.gif
-%%DATADIR%%/themes/emoticons/penguins/_lol2.gif
-%%DATADIR%%/themes/emoticons/penguins/killer.gif
+%%DATADIR%%/themes/emoticons/penguins/_piwko2.gif
+%%DATADIR%%/themes/emoticons/penguins/_piwo.gif
+%%DATADIR%%/themes/emoticons/penguins/_placze.gif
+%%DATADIR%%/themes/emoticons/penguins/_plask.gif
+%%DATADIR%%/themes/emoticons/penguins/_plotki.gif
+%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif
+%%DATADIR%%/themes/emoticons/penguins/_pomocy.gif
+%%DATADIR%%/themes/emoticons/penguins/_prezent.gif
%%DATADIR%%/themes/emoticons/penguins/_prosi.gif
-%%DATADIR%%/themes/emoticons/penguins/_gafa.gif
-%%DATADIR%%/themes/emoticons/penguins/_bije.gif
+%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif
+%%DATADIR%%/themes/emoticons/penguins/_puknijsie.gif
+%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif
+%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif
+%%DATADIR%%/themes/emoticons/penguins/_rzygi.gif
+%%DATADIR%%/themes/emoticons/penguins/_sciana.gif
+%%DATADIR%%/themes/emoticons/penguins/_serducho.gif
+%%DATADIR%%/themes/emoticons/penguins/_serduszka.gif
+%%DATADIR%%/themes/emoticons/penguins/_sex.gif
+%%DATADIR%%/themes/emoticons/penguins/_slonko.gif
+%%DATADIR%%/themes/emoticons/penguins/_smutny.gif
+%%DATADIR%%/themes/emoticons/penguins/_snieg.gif
+%%DATADIR%%/themes/emoticons/penguins/_soczek.gif
%%DATADIR%%/themes/emoticons/penguins/_spadaj.gif
+%%DATADIR%%/themes/emoticons/penguins/_spie.gif
+%%DATADIR%%/themes/emoticons/penguins/_spioch.gif
+%%DATADIR%%/themes/emoticons/penguins/_stop.gif
+%%DATADIR%%/themes/emoticons/penguins/_stres.gif
+%%DATADIR%%/themes/emoticons/penguins/_szampan.gif
+%%DATADIR%%/themes/emoticons/penguins/_szok.gif
+%%DATADIR%%/themes/emoticons/penguins/_tak.gif
%%DATADIR%%/themes/emoticons/penguins/_tancze.gif
-%%DATADIR%%/themes/emoticons/penguins/oklasky.gif
-%%DATADIR%%/themes/emoticons/penguins/_aparat.gif
-%%DATADIR%%/themes/emoticons/penguins/_pada.gif
-%%DATADIR%%/themes/emoticons/penguins/_sex.gif
-%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif
-%%DATADIR%%/themes/emoticons/penguins/_serducho.gif
-%%DATADIR%%/themes/emoticons/penguins/plotki.gif
-%%DATADIR%%/themes/emoticons/penguins/yyyy.gif
-%%DATADIR%%/themes/emoticons/penguins/_hura.gif
-%%DATADIR%%/themes/emoticons/penguins/_figielek.gif
-%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif
-%%DATADIR%%/themes/emoticons/penguins/8p.gif
-%%DATADIR%%/themes/emoticons/penguins/_klotnia.gif
-%%DATADIR%%/themes/emoticons/penguins/uczen.gif
-%%DATADIR%%/themes/emoticons/penguins/nerwus.gif
-%%DATADIR%%/themes/emoticons/penguins/_paluszkiem.gif
-%%DATADIR%%/themes/emoticons/penguins/_buja_w_oblokach.gif
-%%DATADIR%%/themes/emoticons/penguins/_sciana.gif
-%%DATADIR%%/themes/emoticons/penguins/pada.gif
-%%DATADIR%%/themes/emoticons/penguins/_milosc.gif
-%%DATADIR%%/themes/emoticons/penguins/_pytajnik.gif
+%%DATADIR%%/themes/emoticons/penguins/_telefon.gif
+%%DATADIR%%/themes/emoticons/penguins/_tort.gif
+%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif
+%%DATADIR%%/themes/emoticons/penguins/_uczen.gif
+%%DATADIR%%/themes/emoticons/penguins/_uoeee.gif
+%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif
+%%DATADIR%%/themes/emoticons/penguins/_usmiech.gif
+%%DATADIR%%/themes/emoticons/penguins/_w8.gif
+%%DATADIR%%/themes/emoticons/penguins/_wanna.gif
+%%DATADIR%%/themes/emoticons/penguins/_wc.gif
+%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif
+%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif
%%DATADIR%%/themes/emoticons/penguins/_wykrzyknik.gif
-%%DATADIR%%/themes/emoticons/penguins/serducho.gif
-%%DATADIR%%/themes/emoticons/penguins/list.gif
-%%DATADIR%%/themes/emoticons/penguins/co.gif
-%%DATADIR%%/themes/emoticons/penguins/zalamka.gif
-%%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif
-%%DATADIR%%/themes/emoticons/penguins/bezradny.gif
-%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif
-%%DATADIR%%/themes/emoticons/penguins/kotek.gif
+%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif
+%%DATADIR%%/themes/emoticons/penguins/_yyyy.gif
+%%DATADIR%%/themes/emoticons/penguins/_zab.gif
+%%DATADIR%%/themes/emoticons/penguins/_zacieszacz.gif
+%%DATADIR%%/themes/emoticons/penguins/_zakochany.gif
+%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif
+%%DATADIR%%/themes/emoticons/penguins/_zalamka.gif
+%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif
+%%DATADIR%%/themes/emoticons/penguins/_zeby.gif
+%%DATADIR%%/themes/emoticons/penguins/_zegar.gif
+%%DATADIR%%/themes/emoticons/penguins/_ziew.gif
+%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif
%%DATADIR%%/themes/emoticons/penguins/_zly.gif
-%%DATADIR%%/themes/emoticons/penguins/_krzyk.gif
-%%DATADIR%%/themes/emoticons/penguins/_krecka_dostal.gif
-%%DATADIR%%/themes/emoticons/penguins/_hahaha.gif
-%%DATADIR%%/themes/emoticons/penguins/krzywy.gif
-%%DATADIR%%/themes/emoticons/penguins/_tort.gif
%%DATADIR%%/themes/emoticons/penguins/_zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/_papa.gif
-%%DATADIR%%/themes/emoticons/penguins/kawa.gif
-%%DATADIR%%/themes/emoticons/penguins/_boisie.gif
-%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif
-%%DATADIR%%/themes/emoticons/penguins/prezent.gif
-%%DATADIR%%/themes/emoticons/penguins/krzyk.gif
+%%DATADIR%%/themes/emoticons/penguins/aniolek.gif
+%%DATADIR%%/themes/emoticons/penguins/aparat.gif
+%%DATADIR%%/themes/emoticons/penguins/beczy.gif
+%%DATADIR%%/themes/emoticons/penguins/bezradny.gif
+%%DATADIR%%/themes/emoticons/penguins/bije.gif
+%%DATADIR%%/themes/emoticons/penguins/boisie.gif
+%%DATADIR%%/themes/emoticons/penguins/boks.gif
+%%DATADIR%%/themes/emoticons/penguins/buja_w_oblokach.gif
%%DATADIR%%/themes/emoticons/penguins/bukiet.gif
-%%DATADIR%%/themes/emoticons/penguins/_oklasky.gif
-%%DATADIR%%/themes/emoticons/penguins/_paker.gif
-%%DATADIR%%/themes/emoticons/penguins/_co_jest.gif
-%%DATADIR%%/themes/emoticons/penguins/spadaj.gif
-%%DATADIR%%/themes/emoticons/penguins/_zab.gif
+%%DATADIR%%/themes/emoticons/penguins/buziak.gif
+%%DATADIR%%/themes/emoticons/penguins/buzki.gif
+%%DATADIR%%/themes/emoticons/penguins/chatownik.gif
+%%DATADIR%%/themes/emoticons/penguins/chytry.gif
+%%DATADIR%%/themes/emoticons/penguins/cisza.gif
+%%DATADIR%%/themes/emoticons/penguins/cmok.gif
+%%DATADIR%%/themes/emoticons/penguins/co.gif
+%%DATADIR%%/themes/emoticons/penguins/co_jest.gif
+%%DATADIR%%/themes/emoticons/penguins/cwaniak.gif
+%%DATADIR%%/themes/emoticons/penguins/czarodziej.gif
+%%DATADIR%%/themes/emoticons/penguins/czytaj.gif
+%%DATADIR%%/themes/emoticons/penguins/diabelek.gif
%%DATADIR%%/themes/emoticons/penguins/dobani.gif
-%%DATADIR%%/themes/emoticons/penguins/wc.gif
-%%DATADIR%%/themes/emoticons/penguins/_wc.gif
+%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif
+%%DATADIR%%/themes/emoticons/penguins/dostal.gif
+%%DATADIR%%/themes/emoticons/penguins/dresiarz.gif
+%%DATADIR%%/themes/emoticons/penguins/drink.gif
+%%DATADIR%%/themes/emoticons/penguins/dupa.gif
+%%DATADIR%%/themes/emoticons/penguins/emots.txt
+%%DATADIR%%/themes/emoticons/penguins/figielek.gif
+%%DATADIR%%/themes/emoticons/penguins/foch.gif
+%%DATADIR%%/themes/emoticons/penguins/gafa.gif
+%%DATADIR%%/themes/emoticons/penguins/ganja.gif
+%%DATADIR%%/themes/emoticons/penguins/gazeta.gif
+%%DATADIR%%/themes/emoticons/penguins/glaszcze.gif
+%%DATADIR%%/themes/emoticons/penguins/glupek.gif
%%DATADIR%%/themes/emoticons/penguins/glupek2.gif
-%%DATADIR%%/themes/emoticons/penguins/co_jest.gif
-%%DATADIR%%/themes/emoticons/penguins/plask.gif
-%%DATADIR%%/themes/emoticons/penguins/_cwaniak.gif
-%%DATADIR%%/themes/emoticons/penguins/w8.gif
+%%DATADIR%%/themes/emoticons/penguins/gool.gif
+%%DATADIR%%/themes/emoticons/penguins/gra.gif
%%DATADIR%%/themes/emoticons/penguins/haha.gif
-%%DATADIR%%/themes/emoticons/penguins/_8p.gif
-%%DATADIR%%/themes/emoticons/penguins/_czarodziej.gif
-%%DATADIR%%/themes/emoticons/penguins/_mysli.gif
-%%DATADIR%%/themes/emoticons/penguins/zakupy.gif
-%%DATADIR%%/themes/emoticons/penguins/_chytry.gif
-%%DATADIR%%/themes/emoticons/penguins/_list.gif
-%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif
-%%DATADIR%%/themes/emoticons/penguins/mysli.gif
-%%DATADIR%%/themes/emoticons/penguins/uscisk.gif
-%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif
-%%DATADIR%%/themes/emoticons/penguins/ziew.gif
-%%DATADIR%%/themes/emoticons/penguins/jem.gif
-%%DATADIR%%/themes/emoticons/penguins/_wsciekly.gif
-%%DATADIR%%/themes/emoticons/penguins/3m_sie.gif
-%%DATADIR%%/themes/emoticons/penguins/gafa.gif
-%%DATADIR%%/themes/emoticons/penguins/_diabelek.gif
-%%DATADIR%%/themes/emoticons/penguins/_uscisk.gif
-%%DATADIR%%/themes/emoticons/penguins/_w8.gif
-%%DATADIR%%/themes/emoticons/penguins/_stop.gif
+%%DATADIR%%/themes/emoticons/penguins/hahaha.gif
+%%DATADIR%%/themes/emoticons/penguins/hejka.gif
%%DATADIR%%/themes/emoticons/penguins/hura.gif
-%%DATADIR%%/themes/emoticons/penguins/buziak.gif
-%%DATADIR%%/themes/emoticons/penguins/_dobani.gif
-%%DATADIR%%/themes/emoticons/penguins/_dokuczacz.gif
-%%DATADIR%%/themes/emoticons/penguins/_3m_sie.gif
+%%DATADIR%%/themes/emoticons/penguins/jablko.gif
+%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif
+%%DATADIR%%/themes/emoticons/penguins/jem.gif
+%%DATADIR%%/themes/emoticons/penguins/jezyk.gif
+%%DATADIR%%/themes/emoticons/penguins/jezyk_oko.gif
+%%DATADIR%%/themes/emoticons/penguins/kawa.gif
+%%DATADIR%%/themes/emoticons/penguins/killer.gif
+%%DATADIR%%/themes/emoticons/penguins/klotnia.gif
+%%DATADIR%%/themes/emoticons/penguins/kotek.gif
+%%DATADIR%%/themes/emoticons/penguins/krecka_dostal.gif
+%%DATADIR%%/themes/emoticons/penguins/krzyk.gif
+%%DATADIR%%/themes/emoticons/penguins/krzywy.gif
+%%DATADIR%%/themes/emoticons/penguins/kwiatek.gif
+%%DATADIR%%/themes/emoticons/penguins/list.gif
+%%DATADIR%%/themes/emoticons/penguins/lol2.gif
+%%DATADIR%%/themes/emoticons/penguins/luzik.gif
+%%DATADIR%%/themes/emoticons/penguins/milczek.gif
+%%DATADIR%%/themes/emoticons/penguins/milosc.gif
+%%DATADIR%%/themes/emoticons/penguins/mniam.gif
+%%DATADIR%%/themes/emoticons/penguins/muza.gif
+%%DATADIR%%/themes/emoticons/penguins/mysli.gif
+%%DATADIR%%/themes/emoticons/penguins/nauka.gif
+%%DATADIR%%/themes/emoticons/penguins/nerwus.gif
+%%DATADIR%%/themes/emoticons/penguins/nie.gif
+%%DATADIR%%/themes/emoticons/penguins/nie_powiem.gif
+%%DATADIR%%/themes/emoticons/penguins/obiad.gif
+%%DATADIR%%/themes/emoticons/penguins/oczko.gif
+%%DATADIR%%/themes/emoticons/penguins/oklasky.gif
+%%DATADIR%%/themes/emoticons/penguins/okok.gif
%%DATADIR%%/themes/emoticons/penguins/okularnik.gif
-%%DATADIR%%/themes/emoticons/penguins/readme.txt
-%%DATADIR%%/themes/emoticons/penguins/gool.gif
-%%DATADIR%%/themes/emoticons/penguins/_zlezkawoku.gif
-%%DATADIR%%/themes/emoticons/penguins/_prysznic.gif
+%%DATADIR%%/themes/emoticons/penguins/olaboga.gif
+%%DATADIR%%/themes/emoticons/penguins/onajego.gif
+%%DATADIR%%/themes/emoticons/penguins/pada.gif
+%%DATADIR%%/themes/emoticons/penguins/paker.gif
+%%DATADIR%%/themes/emoticons/penguins/palacz.gif
+%%DATADIR%%/themes/emoticons/penguins/paluszkiem.gif
+%%DATADIR%%/themes/emoticons/penguins/papa.gif
+%%DATADIR%%/themes/emoticons/penguins/papa2.gif
+%%DATADIR%%/themes/emoticons/penguins/peace.gif
+%%DATADIR%%/themes/emoticons/penguins/pies.gif
+%%DATADIR%%/themes/emoticons/penguins/piwko2.gif
+%%DATADIR%%/themes/emoticons/penguins/piwo.gif
+%%DATADIR%%/themes/emoticons/penguins/placze.gif
+%%DATADIR%%/themes/emoticons/penguins/plask.gif
+%%DATADIR%%/themes/emoticons/penguins/plotki.gif
+%%DATADIR%%/themes/emoticons/penguins/pocieszacz.gif
+%%DATADIR%%/themes/emoticons/penguins/pomocy.gif
+%%DATADIR%%/themes/emoticons/penguins/prezent.gif
+%%DATADIR%%/themes/emoticons/penguins/prosi.gif
+%%DATADIR%%/themes/emoticons/penguins/prysznic.gif
%%DATADIR%%/themes/emoticons/penguins/puknijsie.gif
%%DATADIR%%/themes/emoticons/penguins/pytajnik.gif
-%%DATADIR%%/themes/emoticons/penguins/_rotfl.gif
-%%DATADIR%%/themes/emoticons/penguins/_nauka.gif
-%%DATADIR%%/themes/emoticons/penguins/_jezyk.gif
-%%DATADIR%%/themes/emoticons/penguins/dokuczacz.gif
-%%DATADIR%%/themes/emoticons/penguins/wsciekly.gif
-%%DATADIR%%/themes/emoticons/penguins/peace.gif
-%%DATADIR%%/themes/emoticons/penguins/figielek.gif
-%%DATADIR%%/themes/emoticons/penguins/_tuptup.gif
-%%DATADIR%%/themes/emoticons/penguins/_okularnik.gif
+%%DATADIR%%/themes/emoticons/penguins/readme.txt
+%%DATADIR%%/themes/emoticons/penguins/rotfl.gif
+%%DATADIR%%/themes/emoticons/penguins/roza.gif
+%%DATADIR%%/themes/emoticons/penguins/rzygi.gif
+%%DATADIR%%/themes/emoticons/penguins/sciana.gif
+%%DATADIR%%/themes/emoticons/penguins/serducho.gif
+%%DATADIR%%/themes/emoticons/penguins/serduszka.gif
+%%DATADIR%%/themes/emoticons/penguins/sex.gif
+%%DATADIR%%/themes/emoticons/penguins/slonko.gif
+%%DATADIR%%/themes/emoticons/penguins/smutny.gif
+%%DATADIR%%/themes/emoticons/penguins/snieg.gif
+%%DATADIR%%/themes/emoticons/penguins/soczek.gif
+%%DATADIR%%/themes/emoticons/penguins/spadaj.gif
+%%DATADIR%%/themes/emoticons/penguins/spie.gif
+%%DATADIR%%/themes/emoticons/penguins/spioch.gif
+%%DATADIR%%/themes/emoticons/penguins/stop.gif
+%%DATADIR%%/themes/emoticons/penguins/stres.gif
+%%DATADIR%%/themes/emoticons/penguins/szampan.gif
+%%DATADIR%%/themes/emoticons/penguins/szok.gif
+%%DATADIR%%/themes/emoticons/penguins/tak.gif
%%DATADIR%%/themes/emoticons/penguins/tancze.gif
-%%DATADIR%%/themes/emoticons/penguins/chytry.gif
-%%DATADIR%%/themes/emoticons/penguins/klotnia.gif
-%%DATADIR%%/themes/emoticons/penguins/je_pizze.gif
-%%DATADIR%%/themes/emoticons/penguins/_milczek.gif
-%%DATADIR%%/themes/emoticons/penguins/_chatownik.gif
-%%DATADIR%%/themes/emoticons/penguins/onajego.gif
-%%DATADIR%%/themes/emoticons/penguins/_plotki.gif
-%%DATADIR%%/themes/emoticons/penguins/prosi.gif
-%%DATADIR%%/themes/emoticons/penguins/_zakupy.gif
-%%DATADIR%%/themes/emoticons/penguins/_pocieszacz.gif
+%%DATADIR%%/themes/emoticons/penguins/telefon.gif
+%%DATADIR%%/themes/emoticons/penguins/tort.gif
+%%DATADIR%%/themes/emoticons/penguins/tuptup.gif
+%%DATADIR%%/themes/emoticons/penguins/uczen.gif
+%%DATADIR%%/themes/emoticons/penguins/uoeee.gif
+%%DATADIR%%/themes/emoticons/penguins/uscisk.gif
+%%DATADIR%%/themes/emoticons/penguins/usmiech.gif
+%%DATADIR%%/themes/emoticons/penguins/usta.gif
+%%DATADIR%%/themes/emoticons/penguins/w8.gif
+%%DATADIR%%/themes/emoticons/penguins/wanna.gif
+%%DATADIR%%/themes/emoticons/penguins/wc.gif
+%%DATADIR%%/themes/emoticons/penguins/wnerw.gif
+%%DATADIR%%/themes/emoticons/penguins/wsciekly.gif
+%%DATADIR%%/themes/emoticons/penguins/wykrzyknik.gif
+%%DATADIR%%/themes/emoticons/penguins/wysmiewacz.gif
+%%DATADIR%%/themes/emoticons/penguins/yyyy.gif
%%DATADIR%%/themes/emoticons/penguins/zab.gif
-%%DATADIR%%/themes/emoticons/penguins/zmeczony.gif
-%%DATADIR%%/themes/emoticons/penguins/_spie.gif
-%%DATADIR%%/themes/emoticons/penguins/hahaha.gif
-%%DATADIR%%/themes/emoticons/penguins/_zawstydzony.gif
-%%DATADIR%%/themes/emoticons/penguins/sex.gif
-%%DATADIR%%/themes/emoticons/penguins/_wysmiewacz.gif
+%%DATADIR%%/themes/emoticons/penguins/zacieszacz.gif
%%DATADIR%%/themes/emoticons/penguins/zakochany.gif
-%%DATADIR%%/themes/emoticons/penguins/gra.gif
-%%DATADIR%%/themes/emoticons/penguins/_soczek.gif
-%%DATADIR%%/themes/emoticons/penguins/cmok.gif
-%%DATADIR%%/themes/emoticons/penguins/_wnerw.gif
-%%DATADIR%%/themes/emoticons/penguins/obiad.gif
-%%DATADIR%%/themes/emoticons/tango/question.png
-%%DATADIR%%/themes/emoticons/tango/at-wits-end.png
-%%DATADIR%%/themes/emoticons/tango/cake.png
-%%DATADIR%%/themes/emoticons/tango/drink.png
-%%DATADIR%%/themes/emoticons/tango/secret.png
-%%DATADIR%%/themes/emoticons/tango/sinister.png
+%%DATADIR%%/themes/emoticons/penguins/zakupy.gif
+%%DATADIR%%/themes/emoticons/penguins/zalamka.gif
+%%DATADIR%%/themes/emoticons/penguins/zawstydzony.gif
+%%DATADIR%%/themes/emoticons/penguins/zeby.gif
+%%DATADIR%%/themes/emoticons/penguins/zegar.gif
+%%DATADIR%%/themes/emoticons/penguins/ziew.gif
+%%DATADIR%%/themes/emoticons/penguins/zlezkawoku.gif
+%%DATADIR%%/themes/emoticons/penguins/zly.gif
+%%DATADIR%%/themes/emoticons/penguins/zmeczony.gif
+%%DATADIR%%/themes/emoticons/penguins/zniesmaczony.gif
+%%DATADIR%%/themes/emoticons/tango/TODO.txt
+%%DATADIR%%/themes/emoticons/tango/act-up.png
+%%DATADIR%%/themes/emoticons/tango/admonish.png
+%%DATADIR%%/themes/emoticons/tango/amorous.png
+%%DATADIR%%/themes/emoticons/tango/angel.png
+%%DATADIR%%/themes/emoticons/tango/angry.png
+%%DATADIR%%/themes/emoticons/tango/annoy.png
+%%DATADIR%%/themes/emoticons/tango/apple.png
+%%DATADIR%%/themes/emoticons/tango/argument.png
%%DATADIR%%/themes/emoticons/tango/ass.png
-%%DATADIR%%/themes/emoticons/tango/calmly.png
-%%DATADIR%%/themes/emoticons/tango/phone.png
-%%DATADIR%%/themes/emoticons/tango/hello.gif
-%%DATADIR%%/themes/emoticons/tango/puke.png
-%%DATADIR%%/themes/emoticons/tango/worship.png
-%%DATADIR%%/themes/emoticons/tango/embarrassed.png
+%%DATADIR%%/themes/emoticons/tango/at-wits-end.png
+%%DATADIR%%/themes/emoticons/tango/bad.png
+%%DATADIR%%/themes/emoticons/tango/bathtub.png
+%%DATADIR%%/themes/emoticons/tango/beat-up.png
+%%DATADIR%%/themes/emoticons/tango/beer.png
%%DATADIR%%/themes/emoticons/tango/bloomer.png
-%%DATADIR%%/themes/emoticons/tango/confused.png
-%%DATADIR%%/themes/emoticons/tango/hug-right.png
-%%DATADIR%%/themes/emoticons/tango/wine.png
-%%DATADIR%%/themes/emoticons/tango/victory.png
-%%DATADIR%%/themes/emoticons/tango/mad-tongue.png
-%%DATADIR%%/themes/emoticons/tango/tongue.png
-%%DATADIR%%/themes/emoticons/tango/mean.png
-%%DATADIR%%/themes/emoticons/tango/mail.png
-%%DATADIR%%/themes/emoticons/tango/kissing.png
-%%DATADIR%%/themes/emoticons/tango/license.txt
-%%DATADIR%%/themes/emoticons/tango/fingers-crossed.png
+%%DATADIR%%/themes/emoticons/tango/bulgy-eyes.png
%%DATADIR%%/themes/emoticons/tango/bye.png
+%%DATADIR%%/themes/emoticons/tango/cake.png
+%%DATADIR%%/themes/emoticons/tango/calmly.png
%%DATADIR%%/themes/emoticons/tango/camera.png
-%%DATADIR%%/themes/emoticons/tango/strongman.png
-%%DATADIR%%/themes/emoticons/tango/learning.png
+%%DATADIR%%/themes/emoticons/tango/can.png
%%DATADIR%%/themes/emoticons/tango/cat.png
-%%DATADIR%%/themes/emoticons/tango/yawn.png
-%%DATADIR%%/themes/emoticons/tango/ganja.png
-%%DATADIR%%/themes/emoticons/tango/apple.png
-%%DATADIR%%/themes/emoticons/tango/beer.png
-%%DATADIR%%/themes/emoticons/tango/beat-up.png
%%DATADIR%%/themes/emoticons/tango/cigarette.png
-%%DATADIR%%/themes/emoticons/tango/kissed.png
-%%DATADIR%%/themes/emoticons/tango/sex.png
-%%DATADIR%%/themes/emoticons/tango/cute.png
+%%DATADIR%%/themes/emoticons/tango/clap.png
+%%DATADIR%%/themes/emoticons/tango/clock.png
%%DATADIR%%/themes/emoticons/tango/coffee.png
-%%DATADIR%%/themes/emoticons/tango/angel.png
-%%DATADIR%%/themes/emoticons/tango/rose.png
-%%DATADIR%%/themes/emoticons/tango/time-out.png
-%%DATADIR%%/themes/emoticons/tango/music.png
-%%DATADIR%%/themes/emoticons/tango/go-away.png
-%%DATADIR%%/themes/emoticons/tango/shower.png
-%%DATADIR%%/themes/emoticons/tango/read_this.png
-%%DATADIR%%/themes/emoticons/tango/sad.png
-%%DATADIR%%/themes/emoticons/tango/prompt.png
-%%DATADIR%%/themes/emoticons/tango/love.png
+%%DATADIR%%/themes/emoticons/tango/computer.png
+%%DATADIR%%/themes/emoticons/tango/confused.png
%%DATADIR%%/themes/emoticons/tango/console.png
%%DATADIR%%/themes/emoticons/tango/corsage.png
-%%DATADIR%%/themes/emoticons/tango/messed.png
-%%DATADIR%%/themes/emoticons/tango/peace.png
-%%DATADIR%%/themes/emoticons/tango/soccerball.png
-%%DATADIR%%/themes/emoticons/tango/clock.png
-%%DATADIR%%/themes/emoticons/tango/snow.png
+%%DATADIR%%/themes/emoticons/tango/crying.png
+%%DATADIR%%/themes/emoticons/tango/curl-lip.png
+%%DATADIR%%/themes/emoticons/tango/curse.png
+%%DATADIR%%/themes/emoticons/tango/cute.png
+%%DATADIR%%/themes/emoticons/tango/dance.png
+%%DATADIR%%/themes/emoticons/tango/daydreamer.png
+%%DATADIR%%/themes/emoticons/tango/devil.png
+%%DATADIR%%/themes/emoticons/tango/disappointed.png
+%%DATADIR%%/themes/emoticons/tango/dog.png
+%%DATADIR%%/themes/emoticons/tango/dont-know.png
+%%DATADIR%%/themes/emoticons/tango/dresiarz.png
+%%DATADIR%%/themes/emoticons/tango/drink.png
+%%DATADIR%%/themes/emoticons/tango/eat.png
+%%DATADIR%%/themes/emoticons/tango/embarrassed.png
+%%DATADIR%%/themes/emoticons/tango/emots.txt
%%DATADIR%%/themes/emoticons/tango/exclamation_mark.png
+%%DATADIR%%/themes/emoticons/tango/excruciating.png
+%%DATADIR%%/themes/emoticons/tango/fingers-crossed.png
+%%DATADIR%%/themes/emoticons/tango/freaked-out.png
+%%DATADIR%%/themes/emoticons/tango/ganja.png
+%%DATADIR%%/themes/emoticons/tango/glasses-nerdy.png
+%%DATADIR%%/themes/emoticons/tango/go-away.png
+%%DATADIR%%/themes/emoticons/tango/good.png
+%%DATADIR%%/themes/emoticons/tango/handshake.png
+%%DATADIR%%/themes/emoticons/tango/hello.gif
+%%DATADIR%%/themes/emoticons/tango/help.png
+%%DATADIR%%/themes/emoticons/tango/hold_out.png
+%%DATADIR%%/themes/emoticons/tango/hug-right.png
+%%DATADIR%%/themes/emoticons/tango/idiot.png
%%DATADIR%%/themes/emoticons/tango/kiss.png
-%%DATADIR%%/themes/emoticons/tango/newspaper.png
-%%DATADIR%%/themes/emoticons/tango/smile.png
-%%DATADIR%%/themes/emoticons/tango/emots.txt
-%%DATADIR%%/themes/emoticons/tango/amorous.png
-%%DATADIR%%/themes/emoticons/tango/twisted.png
-%%DATADIR%%/themes/emoticons/tango/poop.png
+%%DATADIR%%/themes/emoticons/tango/kissed.png
+%%DATADIR%%/themes/emoticons/tango/kissing.png
%%DATADIR%%/themes/emoticons/tango/laugh.png
-%%DATADIR%%/themes/emoticons/tango/talktohand.png
-%%DATADIR%%/themes/emoticons/tango/dance.png
-%%DATADIR%%/themes/emoticons/tango/idiot.png
-%%DATADIR%%/themes/emoticons/tango/annoy.png
-%%DATADIR%%/themes/emoticons/tango/bulgy-eyes.png
-%%DATADIR%%/themes/emoticons/tango/quiet.png
-%%DATADIR%%/themes/emoticons/tango/dont-know.png
+%%DATADIR%%/themes/emoticons/tango/learning.png
+%%DATADIR%%/themes/emoticons/tango/license.txt
+%%DATADIR%%/themes/emoticons/tango/loser.png
+%%DATADIR%%/themes/emoticons/tango/love.png
+%%DATADIR%%/themes/emoticons/tango/mad-tongue.png
%%DATADIR%%/themes/emoticons/tango/magician.png
-%%DATADIR%%/themes/emoticons/tango/waving.png
-%%DATADIR%%/themes/emoticons/tango/computer.png
-%%DATADIR%%/themes/emoticons/tango/snicker.png
-%%DATADIR%%/themes/emoticons/tango/dog.png
-%%DATADIR%%/themes/emoticons/tango/handshake.png
+%%DATADIR%%/themes/emoticons/tango/mail.png
+%%DATADIR%%/themes/emoticons/tango/male-fighter2.png
+%%DATADIR%%/themes/emoticons/tango/mean.png
+%%DATADIR%%/themes/emoticons/tango/messed.png
+%%DATADIR%%/themes/emoticons/tango/music.png
%%DATADIR%%/themes/emoticons/tango/nailbiting.png
-%%DATADIR%%/themes/emoticons/tango/wink.png
-%%DATADIR%%/themes/emoticons/tango/sweat.png
-%%DATADIR%%/themes/emoticons/tango/bathtub.png
-%%DATADIR%%/themes/emoticons/tango/silly.png
-%%DATADIR%%/themes/emoticons/tango/angry.png
-%%DATADIR%%/themes/emoticons/tango/curl-lip.png
-%%DATADIR%%/themes/emoticons/tango/curse.png
-%%DATADIR%%/themes/emoticons/tango/eat.png
-%%DATADIR%%/themes/emoticons/tango/slap.png
%%DATADIR%%/themes/emoticons/tango/neutral.png
+%%DATADIR%%/themes/emoticons/tango/newspaper.png
+%%DATADIR%%/themes/emoticons/tango/okok.png
+%%DATADIR%%/themes/emoticons/tango/peace.png
+%%DATADIR%%/themes/emoticons/tango/phone.png
+%%DATADIR%%/themes/emoticons/tango/pissed-off.png
+%%DATADIR%%/themes/emoticons/tango/pizza.png
+%%DATADIR%%/themes/emoticons/tango/plate.png
+%%DATADIR%%/themes/emoticons/tango/poop.png
+%%DATADIR%%/themes/emoticons/tango/present.png
+%%DATADIR%%/themes/emoticons/tango/prompt.png
+%%DATADIR%%/themes/emoticons/tango/puke.png
+%%DATADIR%%/themes/emoticons/tango/question.png
+%%DATADIR%%/themes/emoticons/tango/quiet.png
+%%DATADIR%%/themes/emoticons/tango/rain.png
+%%DATADIR%%/themes/emoticons/tango/read_this.png
+%%DATADIR%%/themes/emoticons/tango/readme.txt
+%%DATADIR%%/themes/emoticons/tango/rose.png
+%%DATADIR%%/themes/emoticons/tango/rotfl.png
+%%DATADIR%%/themes/emoticons/tango/sad.png
+%%DATADIR%%/themes/emoticons/tango/sarcastic.png
+%%DATADIR%%/themes/emoticons/tango/school_boy.png
+%%DATADIR%%/themes/emoticons/tango/secret.png
+%%DATADIR%%/themes/emoticons/tango/sex.png
%%DATADIR%%/themes/emoticons/tango/shock.png
+%%DATADIR%%/themes/emoticons/tango/shopping.png
+%%DATADIR%%/themes/emoticons/tango/shout.png
+%%DATADIR%%/themes/emoticons/tango/shower.png
+%%DATADIR%%/themes/emoticons/tango/shut-mouth.png
+%%DATADIR%%/themes/emoticons/tango/sick.png
+%%DATADIR%%/themes/emoticons/tango/silly.png
+%%DATADIR%%/themes/emoticons/tango/sinister.png
+%%DATADIR%%/themes/emoticons/tango/slap.png
%%DATADIR%%/themes/emoticons/tango/sleepy.png
-%%DATADIR%%/themes/emoticons/tango/dresiarz.png
-%%DATADIR%%/themes/emoticons/tango/sun.png
-%%DATADIR%%/themes/emoticons/tango/sarcastic.png
-%%DATADIR%%/themes/emoticons/tango/stroke.gif
+%%DATADIR%%/themes/emoticons/tango/smile-big.png
+%%DATADIR%%/themes/emoticons/tango/smile.png
+%%DATADIR%%/themes/emoticons/tango/snicker.png
+%%DATADIR%%/themes/emoticons/tango/snow.png
+%%DATADIR%%/themes/emoticons/tango/soccerball.png
%%DATADIR%%/themes/emoticons/tango/stop.png
-%%DATADIR%%/themes/emoticons/tango/shopping.png
-%%DATADIR%%/themes/emoticons/tango/can.png
-%%DATADIR%%/themes/emoticons/tango/tuptup.png
+%%DATADIR%%/themes/emoticons/tango/stroke.gif
+%%DATADIR%%/themes/emoticons/tango/strongman.png
+%%DATADIR%%/themes/emoticons/tango/sun.png
+%%DATADIR%%/themes/emoticons/tango/sweat.png
+%%DATADIR%%/themes/emoticons/tango/talktohand.png
%%DATADIR%%/themes/emoticons/tango/teeth.png
%%DATADIR%%/themes/emoticons/tango/terror.png
-%%DATADIR%%/themes/emoticons/tango/glasses-nerdy.png
-%%DATADIR%%/themes/emoticons/tango/freaked-out.png
-%%DATADIR%%/themes/emoticons/tango/sick.png
-%%DATADIR%%/themes/emoticons/tango/daydreamer.png
-%%DATADIR%%/themes/emoticons/tango/plate.png
-%%DATADIR%%/themes/emoticons/tango/admonish.png
-%%DATADIR%%/themes/emoticons/tango/rain.png
-%%DATADIR%%/themes/emoticons/tango/school_boy.png
%%DATADIR%%/themes/emoticons/tango/thinking.png
-%%DATADIR%%/themes/emoticons/tango/crying.png
-%%DATADIR%%/themes/emoticons/tango/disappointed.png
-%%DATADIR%%/themes/emoticons/tango/argument.png
-%%DATADIR%%/themes/emoticons/tango/bad.png
-%%DATADIR%%/themes/emoticons/tango/good.png
-%%DATADIR%%/themes/emoticons/tango/smile-big.png
-%%DATADIR%%/themes/emoticons/tango/help.png
-%%DATADIR%%/themes/emoticons/tango/shut-mouth.png
+%%DATADIR%%/themes/emoticons/tango/time-out.png
+%%DATADIR%%/themes/emoticons/tango/tongue.png
%%DATADIR%%/themes/emoticons/tango/tremble.png
-%%DATADIR%%/themes/emoticons/tango/act-up.png
-%%DATADIR%%/themes/emoticons/tango/readme.txt
-%%DATADIR%%/themes/emoticons/tango/hold_out.png
-%%DATADIR%%/themes/emoticons/tango/present.png
-%%DATADIR%%/themes/emoticons/tango/loser.png
-%%DATADIR%%/themes/emoticons/tango/okok.png
-%%DATADIR%%/themes/emoticons/tango/TODO.txt
-%%DATADIR%%/themes/emoticons/tango/clap.png
-%%DATADIR%%/themes/emoticons/tango/rotfl.png
-%%DATADIR%%/themes/emoticons/tango/pissed-off.png
-%%DATADIR%%/themes/emoticons/tango/pizza.png
+%%DATADIR%%/themes/emoticons/tango/tuptup.png
+%%DATADIR%%/themes/emoticons/tango/twisted.png
+%%DATADIR%%/themes/emoticons/tango/victory.png
+%%DATADIR%%/themes/emoticons/tango/wall.png
+%%DATADIR%%/themes/emoticons/tango/waving.png
%%DATADIR%%/themes/emoticons/tango/weep.png
-%%DATADIR%%/themes/emoticons/tango/male-fighter2.png
-%%DATADIR%%/themes/emoticons/tango/excruciating.png
-%%DATADIR%%/themes/emoticons/tango/devil.png
+%%DATADIR%%/themes/emoticons/tango/wine.png
+%%DATADIR%%/themes/emoticons/tango/wink.png
+%%DATADIR%%/themes/emoticons/tango/worship.png
%%DATADIR%%/themes/emoticons/tango/writing.png
-%%DATADIR%%/themes/emoticons/tango/wall.png
-%%DATADIR%%/themes/emoticons/tango/shout.png
-%%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/22x22/message_anim.gif
-%%DATADIR%%/themes/icons/default/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png
+%%DATADIR%%/themes/emoticons/tango/yawn.png
+%%DATADIR%%/themes/icons/default/16x16/application-exit.png
+%%DATADIR%%/themes/icons/default/16x16/audio-input-microphone.png
+%%DATADIR%%/themes/icons/default/16x16/audio-volume-high.png
+%%DATADIR%%/themes/icons/default/16x16/audio-volume-low.png
+%%DATADIR%%/themes/icons/default/16x16/audio-volume-muted.png
+%%DATADIR%%/themes/icons/default/16x16/contact-new.png
+%%DATADIR%%/themes/icons/default/16x16/dialog-apply.png
+%%DATADIR%%/themes/icons/default/16x16/dialog-cancel.png
+%%DATADIR%%/themes/icons/default/16x16/dialog-error.png
+%%DATADIR%%/themes/icons/default/16x16/dialog-ok.png
+%%DATADIR%%/themes/icons/default/16x16/dialog-password.png
+%%DATADIR%%/themes/icons/default/16x16/document-open.png
+%%DATADIR%%/themes/icons/default/16x16/document-send.png
+%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-ltr.png
+%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-rtl.png
+%%DATADIR%%/themes/icons/default/16x16/edit-clear.png
+%%DATADIR%%/themes/icons/default/16x16/edit-copy.png
+%%DATADIR%%/themes/icons/default/16x16/edit-delete.png
+%%DATADIR%%/themes/icons/default/16x16/edit-find.png
+%%DATADIR%%/themes/icons/default/16x16/face-smile.png
+%%DATADIR%%/themes/icons/default/16x16/format-text-bold.png
+%%DATADIR%%/themes/icons/default/16x16/format-text-italic.png
+%%DATADIR%%/themes/icons/default/16x16/format-text-underline.png
+%%DATADIR%%/themes/icons/default/16x16/go-jump.png
+%%DATADIR%%/themes/icons/default/16x16/go-next.png
+%%DATADIR%%/themes/icons/default/16x16/go-previous.png
+%%DATADIR%%/themes/icons/default/16x16/group-new.png
+%%DATADIR%%/themes/icons/default/16x16/help-contents.png
+%%DATADIR%%/themes/icons/default/16x16/insert-image.png
+%%DATADIR%%/themes/icons/default/16x16/internet-group-chat.png
+%%DATADIR%%/themes/icons/default/16x16/list-add.png
+%%DATADIR%%/themes/icons/default/16x16/list-remove.png
+%%DATADIR%%/themes/icons/default/16x16/mail-attachment.png
+%%DATADIR%%/themes/icons/default/16x16/mail-message-new.png
+%%DATADIR%%/themes/icons/default/16x16/phone.png
+%%DATADIR%%/themes/icons/default/16x16/preferences-other.png
+%%DATADIR%%/themes/icons/default/16x16/security-high.png
+%%DATADIR%%/themes/icons/default/16x16/security-low.png
+%%DATADIR%%/themes/icons/default/16x16/view-refresh.png
+%%DATADIR%%/themes/icons/default/16x16/x-office-address-book.png
+%%DATADIR%%/themes/icons/default/32x32/contact-new.png
+%%DATADIR%%/themes/icons/default/32x32/dialog-error.png
+%%DATADIR%%/themes/icons/default/32x32/dialog-information.png
+%%DATADIR%%/themes/icons/default/32x32/dialog-password.png
+%%DATADIR%%/themes/icons/default/32x32/dialog-question.png
+%%DATADIR%%/themes/icons/default/32x32/dialog-warning.png
+%%DATADIR%%/themes/icons/default/32x32/image-loading.png
+%%DATADIR%%/themes/icons/default/32x32/internet-group-chat.png
+%%DATADIR%%/themes/icons/default/32x32/phone.png
+%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-peripherals.png
+%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-theme.png
+%%DATADIR%%/themes/icons/default/32x32/security-high.png
+%%DATADIR%%/themes/icons/default/32x32/system-users.png
+%%DATADIR%%/themes/icons/default/32x32/x-office-address-book.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/execnotify.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-pause.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-play.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-stop.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-backward.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-forward.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-birthday.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-nameday.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-configure.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-user.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/qt4notify.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/screenshot-camera-photo.png
+%%DATADIR%%/themes/icons/default/external_modules/16x16/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/execnotify.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/mail-internet-mail.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer-media-playback-play.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-birthday.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-nameday.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/screenshot-camera-photo.png
+%%DATADIR%%/themes/icons/default/external_modules/32x32/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/about-kadu.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/block-buddy.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocked.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocking.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enter.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender1.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender2.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/get-involved.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/history.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/merge-buddies.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/multilogon.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-about-buddy.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-hints.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-led.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-with-description.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/please-wait.gif
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/plugins.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/report-a-bug.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-descriptions.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-information-panel.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-offline-buddies.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-closed.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-open.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/support-us.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-detach.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-remove.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png
+%%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png
+%%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png
+%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png
+%%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png
+%%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif
+%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png
+%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png
+%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png
+%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png
+%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png
+%%DATADIR%%/themes/icons/default/kadu_icons/DESCRIPTION kadu own icons.txt
+%%DATADIR%%/themes/icons/default/kadu_icons/svg/0.svg
+%%DATADIR%%/themes/icons/default/kadu_icons/svg/composing.svg
%%DATADIR%%/themes/icons/default/protocols/common/128x128/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif
%%DATADIR%%/themes/icons/default/protocols/common/16x16/message.png
+%%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif
+%%DATADIR%%/themes/icons/default/protocols/common/22x22/message.png
+%%DATADIR%%/themes/icons/default/protocols/common/22x22/message_anim.gif
+%%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png
+%%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png
+%%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/.directory
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/gadu-gadu.png
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d.svg
%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_m.svg
-%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/.directory
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d_m.svg
+%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/xmpp.png
+%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
+%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d_m.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d.svg
%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_m.svg
-%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/execnotify.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/default/external_modules/32x32/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/execnotify.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-user.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles-configure.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-birthday.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/qt4notify.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/profiles.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/nextinfo-nameday.png
-%%DATADIR%%/themes/icons/default/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/svg/0.svg
-%%DATADIR%%/themes/icons/default/kadu_icons/svg/composing.svg
-%%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/merge-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-hints.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/history.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/multilogon.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enter.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-about-buddy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/block-buddy.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-detach.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/show-information-panel.png
-%%DATADIR%%/themes/icons/default/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/default/kadu_icons/DESCRIPTION kadu own icons.txt
-%%DATADIR%%/themes/icons/default/32x32/phone.png
-%%DATADIR%%/themes/icons/default/32x32/contact-new.png
-%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-password.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/default/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-question.png
-%%DATADIR%%/themes/icons/default/32x32/image-loading.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-warning.png
-%%DATADIR%%/themes/icons/default/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/default/32x32/system-users.png
-%%DATADIR%%/themes/icons/default/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/default/32x32/security-high.png
-%%DATADIR%%/themes/icons/default/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/default/16x16/edit-copy.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-muted.png
-%%DATADIR%%/themes/icons/default/16x16/phone.png
-%%DATADIR%%/themes/icons/default/16x16/mail-attachment.png
-%%DATADIR%%/themes/icons/default/16x16/contact-new.png
-%%DATADIR%%/themes/icons/default/16x16/go-jump.png
-%%DATADIR%%/themes/icons/default/16x16/mail-message-new.png
-%%DATADIR%%/themes/icons/default/16x16/insert-image.png
-%%DATADIR%%/themes/icons/default/16x16/help-contents.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-low.png
-%%DATADIR%%/themes/icons/default/16x16/audio-volume-high.png
-%%DATADIR%%/themes/icons/default/16x16/list-add.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-password.png
-%%DATADIR%%/themes/icons/default/16x16/internet-group-chat.png
-%%DATADIR%%/themes/icons/default/16x16/security-low.png
-%%DATADIR%%/themes/icons/default/16x16/view-refresh.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-bold.png
-%%DATADIR%%/themes/icons/default/16x16/document-send.png
-%%DATADIR%%/themes/icons/default/16x16/edit-delete.png
-%%DATADIR%%/themes/icons/default/16x16/audio-input-microphone.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/default/16x16/go-next.png
-%%DATADIR%%/themes/icons/default/16x16/preferences-other.png
-%%DATADIR%%/themes/icons/default/16x16/application-exit.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-error.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-cancel.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-ok.png
-%%DATADIR%%/themes/icons/default/16x16/x-office-address-book.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-italic.png
-%%DATADIR%%/themes/icons/default/16x16/face-smile.png
-%%DATADIR%%/themes/icons/default/16x16/list-remove.png
-%%DATADIR%%/themes/icons/default/16x16/dialog-apply.png
-%%DATADIR%%/themes/icons/default/16x16/group-new.png
-%%DATADIR%%/themes/icons/default/16x16/format-text-underline.png
-%%DATADIR%%/themes/icons/default/16x16/go-previous.png
-%%DATADIR%%/themes/icons/default/16x16/security-high.png
-%%DATADIR%%/themes/icons/default/16x16/document-open.png
-%%DATADIR%%/themes/icons/default/16x16/edit-find.png
-%%DATADIR%%/themes/icons/default/16x16/edit-clear.png
-%%DATADIR%%/themes/icons/glass/protocols/common/32x32/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_inactive.png
-%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_active.png
-%%DATADIR%%/themes/icons/glass/protocols/common/64x64/message.png
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d_m.svg
+%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_m.svg
+%%DATADIR%%/themes/icons/glass/16x16/application-exit.png
+%%DATADIR%%/themes/icons/glass/16x16/audio-input-microphone.png
+%%DATADIR%%/themes/icons/glass/16x16/audio-volume-high.png
+%%DATADIR%%/themes/icons/glass/16x16/audio-volume-low.png
+%%DATADIR%%/themes/icons/glass/16x16/audio-volume-muted.png
+%%DATADIR%%/themes/icons/glass/16x16/contact-new.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-apply.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-cancel.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-error.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-information.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-ok.png
+%%DATADIR%%/themes/icons/glass/16x16/dialog-password.png
+%%DATADIR%%/themes/icons/glass/16x16/document-open.png
+%%DATADIR%%/themes/icons/glass/16x16/document-save.png
+%%DATADIR%%/themes/icons/glass/16x16/document-send.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-clear.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-copy.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-delete.png
+%%DATADIR%%/themes/icons/glass/16x16/edit-find.png
+%%DATADIR%%/themes/icons/glass/16x16/face-smile.png
+%%DATADIR%%/themes/icons/glass/16x16/format-text-bold.png
+%%DATADIR%%/themes/icons/glass/16x16/format-text-italic.png
+%%DATADIR%%/themes/icons/glass/16x16/format-text-underline.png
+%%DATADIR%%/themes/icons/glass/16x16/go-jump.png
+%%DATADIR%%/themes/icons/glass/16x16/go-next.png
+%%DATADIR%%/themes/icons/glass/16x16/go-previous.png
+%%DATADIR%%/themes/icons/glass/16x16/group-new.png
+%%DATADIR%%/themes/icons/glass/16x16/help-contents.png
+%%DATADIR%%/themes/icons/glass/16x16/insert-image.png
+%%DATADIR%%/themes/icons/glass/16x16/internet-group-chat.png
+%%DATADIR%%/themes/icons/glass/16x16/list-add.png
+%%DATADIR%%/themes/icons/glass/16x16/list-remove.png
+%%DATADIR%%/themes/icons/glass/16x16/mail-attachment.png
+%%DATADIR%%/themes/icons/glass/16x16/mail-message-new.png
+%%DATADIR%%/themes/icons/glass/16x16/phone.png
+%%DATADIR%%/themes/icons/glass/16x16/preferences-other.png
+%%DATADIR%%/themes/icons/glass/16x16/security-high.png
+%%DATADIR%%/themes/icons/glass/16x16/security-low.png
+%%DATADIR%%/themes/icons/glass/16x16/view-refresh.png
+%%DATADIR%%/themes/icons/glass/16x16/x-office-address-book.png
+%%DATADIR%%/themes/icons/glass/32x32/contact-new.png
+%%DATADIR%%/themes/icons/glass/32x32/dialog-error.png
+%%DATADIR%%/themes/icons/glass/32x32/dialog-information.png
+%%DATADIR%%/themes/icons/glass/32x32/dialog-password.png
+%%DATADIR%%/themes/icons/glass/32x32/dialog-warning.png
+%%DATADIR%%/themes/icons/glass/32x32/image-loading.png
+%%DATADIR%%/themes/icons/glass/32x32/internet-group-chat.png
+%%DATADIR%%/themes/icons/glass/32x32/phone.png
+%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-peripherals.png
+%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-theme.png
+%%DATADIR%%/themes/icons/glass/32x32/security-high.png
+%%DATADIR%%/themes/icons/glass/32x32/system-users.png
+%%DATADIR%%/themes/icons/glass/32x32/x-office-address-book.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/agent.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-pause.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-play.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-stop.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-backward.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-forward.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-configure.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-user.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/qt4notify.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/screenshot-camera-photo.png
+%%DATADIR%%/themes/icons/glass/external_modules/16x16/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/glass/external_modules/22x22/mediaplayer-media-playback-play.png
+%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-configure.png
+%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-user.png
+%%DATADIR%%/themes/icons/glass/external_modules/22x22/screenshot-camera-photo.png
+%%DATADIR%%/themes/icons/glass/external_modules/22x22/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail-internet-mail.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer-media-playback-play.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot-camera-photo.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather.png
+%%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/block-buddy.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocked.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocking.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-color.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-status.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/clear-history.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/conference.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/copy-personal-info.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enable-notifications.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enter.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender1.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender2.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/get-involved.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/history.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/merge-buddies.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/multilogon.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-about-buddy.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-hints.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-led.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-with-description.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/please-wait.gif
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/plugins.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/report-a-bug.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-descriptions.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-information-panel.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-offline-buddies.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-closed.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-open.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/support-us.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-detach.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-remove.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/translate-kadu.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/use-proxy.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/multilogon.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif
+%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-send.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png
+%%DATADIR%%/themes/icons/glass/kadu_icons/svg/composing.svg
%%DATADIR%%/themes/icons/glass/protocols/common/128x128/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/48x48/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/16x16/message_anim.gif
%%DATADIR%%/themes/icons/glass/protocols/common/16x16/message.png
-%%DATADIR%%/themes/icons/glass/protocols/common/16x16/muc_inactive.png
+%%DATADIR%%/themes/icons/glass/protocols/common/16x16/message_anim.gif
%%DATADIR%%/themes/icons/glass/protocols/common/16x16/muc_active.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/gadu-gadu.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online.png
+%%DATADIR%%/themes/icons/glass/protocols/common/16x16/muc_inactive.png
+%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png
+%%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif
+%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_active.png
+%%DATADIR%%/themes/icons/glass/protocols/common/22x22/muc_inactive.png
+%%DATADIR%%/themes/icons/glass/protocols/common/32x32/message.png
+%%DATADIR%%/themes/icons/glass/protocols/common/48x48/message.png
+%%DATADIR%%/themes/icons/glass/protocols/common/64x64/message.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online_d.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat_d.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/invisible_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/not_available_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/128x128/online_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_d.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_m.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_d.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d_m.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_d_m.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_d_m.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/not_available_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline.png
%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/invisible_d_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/away_m.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/offline_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/16x16/online_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/away_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/free_for_chat_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/invisible_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/not_available_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/offline_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_d_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/22x22/online_m.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/away.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/do_not_disturb.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/free_for_chat.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/gadu-gadu.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/invisible.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png
+%%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png
%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/xmpp.png
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d_m.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d_m.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d_m.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d_m.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d.svg
%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_m.svg
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
-%%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mail-internet-mail.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/glass/external_modules/32x32/weather.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-user.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/profiles-configure.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/22x22/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-user.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-forward.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/screenshot-camera-photo.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-pause.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles-configure.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-skip-backward.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/qt4notify.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/agent.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/profiles.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-play.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/weather-show-weather-few-clouds.png
-%%DATADIR%%/themes/icons/glass/external_modules/16x16/mediaplayer-media-playback-stop.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/multilogon.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/merge-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-hints.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/support-us.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/use-proxy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/report-a-bug.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/history.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/translate-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/conference.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/multilogon.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enter.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-about-buddy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/notify-led.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/block-buddy.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-detach.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/tab-remove.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/clear-history.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/get-involved.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/copy-personal-info.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/enable-notifications.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/show-information-panel.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/glass/kadu_icons/svg/composing.svg
-%%DATADIR%%/themes/icons/glass/32x32/phone.png
-%%DATADIR%%/themes/icons/glass/32x32/contact-new.png
-%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-peripherals.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-password.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-information.png
-%%DATADIR%%/themes/icons/glass/32x32/internet-group-chat.png
-%%DATADIR%%/themes/icons/glass/32x32/image-loading.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-warning.png
-%%DATADIR%%/themes/icons/glass/32x32/dialog-error.png
-%%DATADIR%%/themes/icons/glass/32x32/system-users.png
-%%DATADIR%%/themes/icons/glass/32x32/x-office-address-book.png
-%%DATADIR%%/themes/icons/glass/32x32/security-high.png
-%%DATADIR%%/themes/icons/glass/32x32/preferences-desktop-theme.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-copy.png
-%%DATADIR%%/themes/icons/glass/16x16/audio-volume-muted.png
-%%DATADIR%%/themes/icons/glass/16x16/phone.png
-%%DATADIR%%/themes/icons/glass/16x16/mail-attachment.png
-%%DATADIR%%/themes/icons/glass/16x16/contact-new.png
-%%DATADIR%%/themes/icons/glass/16x16/go-jump.png
-%%DATADIR%%/themes/icons/glass/16x16/mail-message-new.png
-%%DATADIR%%/themes/icons/glass/16x16/insert-image.png
-%%DATADIR%%/themes/icons/glass/16x16/help-contents.png
-%%DATADIR%%/themes/icons/glass/16x16/audio-volume-low.png
-%%DATADIR%%/themes/icons/glass/16x16/audio-volume-high.png
-%%DATADIR%%/themes/icons/glass/16x16/list-add.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-password.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-information.png
-%%DATADIR%%/themes/icons/glass/16x16/internet-group-chat.png
-%%DATADIR%%/themes/icons/glass/16x16/security-low.png
-%%DATADIR%%/themes/icons/glass/16x16/view-refresh.png
-%%DATADIR%%/themes/icons/glass/16x16/format-text-bold.png
-%%DATADIR%%/themes/icons/glass/16x16/document-send.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-delete.png
-%%DATADIR%%/themes/icons/glass/16x16/audio-input-microphone.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png
-%%DATADIR%%/themes/icons/glass/16x16/go-next.png
-%%DATADIR%%/themes/icons/glass/16x16/preferences-other.png
-%%DATADIR%%/themes/icons/glass/16x16/application-exit.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-error.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-cancel.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-ok.png
-%%DATADIR%%/themes/icons/glass/16x16/x-office-address-book.png
-%%DATADIR%%/themes/icons/glass/16x16/format-text-italic.png
-%%DATADIR%%/themes/icons/glass/16x16/face-smile.png
-%%DATADIR%%/themes/icons/glass/16x16/list-remove.png
-%%DATADIR%%/themes/icons/glass/16x16/dialog-apply.png
-%%DATADIR%%/themes/icons/glass/16x16/group-new.png
-%%DATADIR%%/themes/icons/glass/16x16/format-text-underline.png
-%%DATADIR%%/themes/icons/glass/16x16/document-save.png
-%%DATADIR%%/themes/icons/glass/16x16/go-previous.png
-%%DATADIR%%/themes/icons/glass/16x16/security-high.png
-%%DATADIR%%/themes/icons/glass/16x16/document-open.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-find.png
-%%DATADIR%%/themes/icons/glass/16x16/edit-clear.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/svg/message.svg
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online.png
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_m.svg
+%%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png
+%%DATADIR%%/themes/icons/oxygen/external_modules/128x128/weather-show-weather-few-clouds.png
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/execnotify.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mail-internet-mail.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-pause.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-play.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-stop.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-backward.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-forward.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-birthday.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-nameday.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-configure.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-user.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/qt4notify.svg
+%%DATADIR%%/themes/icons/oxygen/external_modules/svg/screenshot-camera-photo.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender1.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender2.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/0.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/block-buddy.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/clear-history.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/composing.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/conference.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/copy-personal-info.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enable-notifications.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enter.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/get-involved.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/history.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/merge-buddies.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/multilogon.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-about-buddy.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-hints.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-led.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/report-a-bug.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/section-notifications.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/show-information-panel.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/support-us.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-detach.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-remove.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/translate-kadu.svg
+%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/use-proxy.svg
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg/gadu-gadu.svg
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/common/svg/message.svg
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/xmpp.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg/gadu-gadu.svg
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/22x22/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/32x32/xmpp.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/free_for_chat.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/online_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/not_available_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/offline_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/invisible_d_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_m.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb_d.png
-%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/48x48/online_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/away_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/do_not_disturb_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/free_for_chat_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/invisible_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/not_available_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/offline_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d_m.png
+%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_m.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png
%%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/facebook.png
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-nameday.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-forward.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-configure.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-birthday.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/execnotify.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-backward.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-play.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/qt4notify.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-user.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mail-internet-mail.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/screenshot-camera-photo.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-pause.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-stop.svg
-%%DATADIR%%/themes/icons/oxygen/external_modules/128x128/weather-show-weather-few-clouds.png
%%DATADIR%%/themes/icons/oxygen/src/rebuild-statuses.sh
-%%DATADIR%%/themes/icons/oxygen/src/statuses.xcf
%%DATADIR%%/themes/icons/oxygen/src/rebuild-statuses.sh.bak
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/composing.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/history.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-remove.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/translate-kadu.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-about-buddy.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-led.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/support-us.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/clear-history.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-detach.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-hints.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/conference.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/report-a-bug.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/use-proxy.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/multilogon.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/merge-buddies.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/get-involved.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enter.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enable-notifications.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/show-information-panel.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/copy-personal-info.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/block-buddy.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/section-notifications.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/0.svg
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender1.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender2.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png
-%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png
-%%DATADIR%%/themes/icons/oxygen/svg/system-users.svg
-%%DATADIR%%/themes/icons/oxygen/svg/phone.svg
+%%DATADIR%%/themes/icons/oxygen/src/statuses.xcf
%%DATADIR%%/themes/icons/oxygen/svg/application-exit.svg
-%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-ltr.svg
-%%DATADIR%%/themes/icons/oxygen/svg/edit-clear.svg
%%DATADIR%%/themes/icons/oxygen/svg/audio-input-microphone.svg
%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-high.svg
-%%DATADIR%%/themes/icons/oxygen/svg/go-next.svg
-%%DATADIR%%/themes/icons/oxygen/svg/document-send.svg
-%%DATADIR%%/themes/icons/oxygen/svg/contact-new.svg
-%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-peripherals.svg
-%%DATADIR%%/themes/icons/oxygen/svg/group-new.svg
-%%DATADIR%%/themes/icons/oxygen/svg/x-office-address-book.svg
%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-low.svg
+%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-muted.svg
+%%DATADIR%%/themes/icons/oxygen/svg/contact-new.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-apply.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-cancel.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-error.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-information.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-ok.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-password.svg
%%DATADIR%%/themes/icons/oxygen/svg/dialog-question.svg
-%%DATADIR%%/themes/icons/oxygen/svg/edit-copy.svg
+%%DATADIR%%/themes/icons/oxygen/svg/dialog-warning.svg
%%DATADIR%%/themes/icons/oxygen/svg/document-open.svg
-%%DATADIR%%/themes/icons/oxygen/svg/format-text-italic.svg
-%%DATADIR%%/themes/icons/oxygen/svg/security-high.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-password.svg
+%%DATADIR%%/themes/icons/oxygen/svg/document-send.svg
+%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-ltr.svg
%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-rtl.svg
+%%DATADIR%%/themes/icons/oxygen/svg/edit-clear.svg
+%%DATADIR%%/themes/icons/oxygen/svg/edit-copy.svg
+%%DATADIR%%/themes/icons/oxygen/svg/edit-delete.svg
+%%DATADIR%%/themes/icons/oxygen/svg/edit-find.svg
+%%DATADIR%%/themes/icons/oxygen/svg/face-smile.svg
+%%DATADIR%%/themes/icons/oxygen/svg/format-text-bold.svg
+%%DATADIR%%/themes/icons/oxygen/svg/format-text-italic.svg
+%%DATADIR%%/themes/icons/oxygen/svg/format-text-underline.svg
+%%DATADIR%%/themes/icons/oxygen/svg/go-jump.svg
+%%DATADIR%%/themes/icons/oxygen/svg/go-next.svg
+%%DATADIR%%/themes/icons/oxygen/svg/go-previous.svg
+%%DATADIR%%/themes/icons/oxygen/svg/group-new.svg
%%DATADIR%%/themes/icons/oxygen/svg/help-contents.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-apply.svg
-%%DATADIR%%/themes/icons/oxygen/svg/mail-message-new.svg
-%%DATADIR%%/themes/icons/oxygen/svg/internet-group-chat.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-information.svg
+%%DATADIR%%/themes/icons/oxygen/svg/image-loading.svg
%%DATADIR%%/themes/icons/oxygen/svg/insert-image.svg
-%%DATADIR%%/themes/icons/oxygen/svg/edit-delete.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-error.svg
-%%DATADIR%%/themes/icons/oxygen/svg/security-low.svg
+%%DATADIR%%/themes/icons/oxygen/svg/internet-group-chat.svg
+%%DATADIR%%/themes/icons/oxygen/svg/list-add.svg
%%DATADIR%%/themes/icons/oxygen/svg/list-remove.svg
-%%DATADIR%%/themes/icons/oxygen/svg/go-jump.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-warning.svg
-%%DATADIR%%/themes/icons/oxygen/svg/format-text-underline.svg
%%DATADIR%%/themes/icons/oxygen/svg/mail-attachment.svg
-%%DATADIR%%/themes/icons/oxygen/svg/face-smile.svg
+%%DATADIR%%/themes/icons/oxygen/svg/mail-message-new.svg
+%%DATADIR%%/themes/icons/oxygen/svg/phone.svg
+%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-peripherals.svg
+%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-theme.svg
%%DATADIR%%/themes/icons/oxygen/svg/preferences-other.svg
+%%DATADIR%%/themes/icons/oxygen/svg/security-high.svg
+%%DATADIR%%/themes/icons/oxygen/svg/security-low.svg
+%%DATADIR%%/themes/icons/oxygen/svg/system-users.svg
%%DATADIR%%/themes/icons/oxygen/svg/view-refresh.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-cancel.svg
-%%DATADIR%%/themes/icons/oxygen/svg/dialog-ok.svg
-%%DATADIR%%/themes/icons/oxygen/svg/list-add.svg
-%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-muted.svg
-%%DATADIR%%/themes/icons/oxygen/svg/go-previous.svg
-%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-theme.svg
-%%DATADIR%%/themes/icons/oxygen/svg/format-text-bold.svg
-%%DATADIR%%/themes/icons/oxygen/svg/image-loading.svg
-%%DATADIR%%/themes/icons/oxygen/svg/edit-find.svg
-%%DATADIR%%/themes/sounds/default/sound.conf
+%%DATADIR%%/themes/icons/oxygen/svg/x-office-address-book.svg
%%DATADIR%%/themes/sounds/default/msg.wav
+%%DATADIR%%/themes/sounds/default/sound.conf
%%DATADIR%%/translations/cs.language
%%DATADIR%%/translations/de.language
%%DATADIR%%/translations/en.language
-%%DATADIR%%/translations/pl.language
+%%DATADIR%%/translations/ru.language
%%DATADIR%%/translations/kadu_cs.qm
+%%DATADIR%%/translations/kadu_de.qm
%%DATADIR%%/translations/kadu_en.qm
%%DATADIR%%/translations/kadu_es_ES.qm
-%%DATADIR%%/translations/kadu_de.qm
%%DATADIR%%/translations/kadu_fr.qm
%%DATADIR%%/translations/kadu_it.qm
%%DATADIR%%/translations/kadu_pl.qm
%%DATADIR%%/translations/kadu_ru.qm
%%DATADIR%%/translations/kadu_sk.qm
-share/icons/hicolor/16x16/apps/kadu.png
-share/icons/hicolor/22x22/apps/kadu.png
-share/icons/hicolor/24x24/apps/kadu.png
-share/icons/hicolor/32x32/apps/kadu.png
-share/icons/hicolor/48x48/apps/kadu.png
-share/icons/hicolor/64x64/apps/kadu.png
-share/icons/hicolor/128x128/apps/kadu.png
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/24x24/apps
-@dirrmtry share/icons/hicolor/24x24
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/128x128/apps
-@dirrmtry share/icons/hicolor/128x128
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrmtry share/cmake/Modules
-@dirrmtry share/cmake
-@dirrmtry share/applications
+%%DATADIR%%/translations/pl.language
@dirrm %%DATADIR%%/translations
@dirrm %%DATADIR%%/themes/sounds/default
@dirrm %%DATADIR%%/themes/sounds
@@ -3921,12 +3929,12 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm %%DATADIR%%/themes/icons/default/16x16
@dirrm %%DATADIR%%/themes/icons/default
@dirrm %%DATADIR%%/themes/icons
+@dirrm %%DATADIR%%/themes/emoticons/tango
+@dirrm %%DATADIR%%/themes/emoticons/penguins
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/3
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/2
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible/1
%%GG_EMOTS%%@dirrm %%DATADIR%%/themes/emoticons/gg6_compatible
-@dirrm %%DATADIR%%/themes/emoticons/tango
-@dirrm %%DATADIR%%/themes/emoticons/penguins
@dirrm %%DATADIR%%/themes/emoticons
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/syntax/infopanel
@@ -4024,6 +4032,25 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%/configuration
@dirrm %%DATADIR%%
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/22x22/apps
+@dirrmtry share/icons/hicolor/22x22
+@dirrmtry share/icons/hicolor/24x24/apps
+@dirrmtry share/icons/hicolor/24x24
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/cmake/Modules
+@dirrmtry share/cmake
+@dirrmtry share/applications
@dirrm lib/kadu/plugins
@dirrm lib/kadu
@dirrm include/kadu/plugins/sound/configuration/gui
@@ -4054,6 +4081,7 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm include/kadu/plugins/history/model
@dirrm include/kadu/plugins/history/gui/windows
@dirrm include/kadu/plugins/history/gui
+@dirrm include/kadu/plugins/history/actions
@dirrm include/kadu/plugins/history
@dirrm include/kadu/plugins/gadu_protocol/socket-notifiers
@dirrm include/kadu/plugins/gadu_protocol/services/multilogon
@@ -4075,6 +4103,9 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm include/kadu/plugins
@dirrm include/kadu/kadu-core/url-handlers
@dirrm include/kadu/kadu-core/themes
+@dirrm include/kadu/kadu-core/talkable/model
+@dirrm include/kadu/kadu-core/talkable/filter
+@dirrm include/kadu/kadu-core/talkable
@dirrm include/kadu/kadu-core/storage
@dirrm include/kadu/kadu-core/status
@dirrm include/kadu/kadu-core/qt
@@ -4088,11 +4119,14 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm include/kadu/kadu-core/os/generic
@dirrm include/kadu/kadu-core/os
@dirrm include/kadu/kadu-core/notify
+@dirrm include/kadu/kadu-core/network/proxy/model
+@dirrm include/kadu/kadu-core/network/proxy
@dirrm include/kadu/kadu-core/network
@dirrm include/kadu/kadu-core/multilogon/model
@dirrm include/kadu/kadu-core/multilogon
@dirrm include/kadu/kadu-core/model
@dirrm include/kadu/kadu-core/misc
+@dirrm include/kadu/kadu-core/message
@dirrm include/kadu/kadu-core/identities/model
@dirrm include/kadu/kadu-core/identities
@dirrm include/kadu/kadu-core/icons
@@ -4100,22 +4134,20 @@ share/icons/hicolor/128x128/apps/kadu.png
@dirrm include/kadu/kadu-core/gui/windows
@dirrm include/kadu/kadu-core/gui/widgets/configuration
@dirrm include/kadu/kadu-core/gui/widgets
+@dirrm include/kadu/kadu-core/gui/actions/chat
@dirrm include/kadu/kadu-core/gui/actions
@dirrm include/kadu/kadu-core/gui
@dirrm include/kadu/kadu-core/file-transfer
@dirrm include/kadu/kadu-core/emoticons
@dirrm include/kadu/kadu-core/core
@dirrm include/kadu/kadu-core/contacts/model
-@dirrm include/kadu/kadu-core/contacts/filter
@dirrm include/kadu/kadu-core/contacts
@dirrm include/kadu/kadu-core/configuration
@dirrm include/kadu/kadu-core/chat/type
@dirrm include/kadu/kadu-core/chat/style-engines
-@dirrm include/kadu/kadu-core/chat/message
-@dirrm include/kadu/kadu-core/chat/filter
+@dirrm include/kadu/kadu-core/chat/model
@dirrm include/kadu/kadu-core/chat
@dirrm include/kadu/kadu-core/buddies/model
-@dirrm include/kadu/kadu-core/buddies/filter
@dirrm include/kadu/kadu-core/buddies
@dirrm include/kadu/kadu-core/avatars
@dirrm include/kadu/kadu-core/accounts/model