~ubuntu-branches/ubuntu/trusty/irssi-plugin-xmpp/trusty

« back to all changes in this revision

Viewing changes to src/fe-common/fe-xmpp-core.c

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2012-04-08 15:34:43 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120408153443-86n5vxw5ur1zungb
Tags: 0.52-1
* New Maintainer (closes: #667987).
* Imported Upstream version 0.52 (closes: #661302).
  + fixing MUC invites to be compliant (closes: #609530).
* Bumped debhelper compatibility to level 9.
* Refreshed debian/copyright, switching to copyright-format 1.0.
* Bumped Standards-Version to 3.9.3 (no further changes).
* Renamed docs to irssi-plugin-xmpp.docs, include all of docs/, TODO.
* Switched to short debian/rules.
* Added a watch file.
* Added pkg-config to build-dependencies.
* Added Homepage field to source package control paragraph.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: fe-xmpp-core.c,v 1.5 2008/08/21 22:43:27 cdidier Exp $
 
2
 * $Id: fe-xmpp-core.c,v 1.6 2010/07/14 16:07:13 cdidier Exp $
3
3
 *
4
4
 * Copyright (C) 2007 Colin DIDIER
5
5
 *
79
79
        /* load irssi-xmpp's fe-text submodule */
80
80
        if (irssi_gui == IRSSI_GUI_TEXT) {
81
81
                char *cmd_line = g_strconcat(settings_get_str("cmdchars"),
82
 
                    "load xmpp text", NULL);
 
82
                    "load xmpp text", (void *)NULL);
83
83
                signal_emit("send command", 1, cmd_line);
84
84
                g_free(cmd_line);
85
85
        }