diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-21 19:11:35 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-21 19:11:35 +0800 |
commit | 004e5e331b89484f2448ab81d0e97cfc3b47af18 (patch) | |
tree | 4eea8d5349942d490b4ef9fac9c6c62d91177a20 /po | |
parent | 1382956b87b5114aa35f4357d7edcf9d5507a2c0 (diff) | |
download | gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar.gz gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar.bz2 gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar.lz gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar.xz gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.tar.zst gsoc2013-empathy-004e5e331b89484f2448ab81d0e97cfc3b47af18.zip |
Fix ref count error for account objects.
2007-09-21 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for
account objects.
* libempathy/empathy-contact-manager.c: Disconnect signals from
MissionControl object when finalising the contact manager.
* configure.ac:
* megaphone/src/megaphone-applet.c:
* megaphone/src/Makefile.am:
* megaphone/src/megaphone-applet.h:
* megaphone/data/GNOME_Megaphone_Applet.schemas.in:
* megaphone/data/Makefile.am:
* megaphone/data/GNOME_Megaphone_Applet.server.in.in:
* megaphone/data/GNOME_Megaphone_Applet.xml:
* megaphone/Makefile.am:
* nothere/src/nothere-applet.c:
* nothere/src/Makefile.am:
* nothere/src/nothere-applet.h:
* nothere/data/Makefile.am:
* nothere/data/GNOME_NotHere_Applet.server.in.in:
* nothere/data/GNOME_NotHere_Applet.xml:
* nothere/Makefile.am:
* Makefile.am:
* po/POTFILES.in:
* po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug
#464954 (Raphael Slinckx, Xavier Claessens).
svn path=/trunk/; revision=303
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 11 | ||||
-rw-r--r-- | po/POTFILES.skip | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index e2e3a6254..9929e33d0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,8 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. - - data/empathy.desktop.in.in data/empathy.schemas.in @@ -49,4 +47,13 @@ libempathy-gtk/empathy-status-icon.c libempathy-gtk/empathy-status-icon.glade libempathy-gtk/empathy-theme-manager.c +megaphone/data/GNOME_Megaphone_Applet.schemas.in +megaphone/data/GNOME_Megaphone_Applet.server.in.in +megaphone/data/GNOME_Megaphone_Applet.xml +megaphone/src/megaphone-applet.c + +nothere/data/GNOME_NotHere_Applet.server.in.in +nothere/data/GNOME_NotHere_Applet.xml +nothere/src/nothere-applet.c + src/empathy.c diff --git a/po/POTFILES.skip b/po/POTFILES.skip index bfcb0d54f..126726d76 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,3 +1,6 @@ # Please keep this file sorted alphabetically. data/empathy.desktop.in +megaphone/data/GNOME_Megaphone_Applet.server.in +nothere/data/GNOME_NotHere_Applet.server.in + |