~ubuntu-branches/ubuntu/precise/nautilus-sendto-universe/precise

« back to all changes in this revision

Viewing changes to src/plugins/gajim/gajim.c

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-07-30 23:31:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730233120-ut3baoo6lde6q9gk
Tags: 1.1.6-0ubuntu1
* New upstream release. (LP: #377192)
* debian/control
  - Remove libglade2-dev build dependency.
  - Bump version of libgtk2.0-dev build dependency to 2.12.
  - Remove empathy related build dependencies.
  - Update description to remove empathy references.
* debian/nautilus-sendto-universe.install
  - Remove empathy plugin.
* debian/patches/10_fix_empathy_2.26.patch
  - Remove. Not needed anymore.
* debian/README.Debian.
  - Update to remove empathy references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
static
252
252
gboolean init (NstPlugin *plugin)
253
253
{
254
 
                
255
254
        g_print ("Init gajim plugin\n");
256
 
        g_type_init();
 
255
 
 
256
        bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
 
257
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
257
258
        
258
259
        /* connect to gajim dbus service */
259
260
        jid_table = g_hash_table_new (g_str_hash, g_str_equal);