~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to src/gossip-chatrooms-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2007-05-30 21:16:05 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070530211605-fwsaooscfnmujkqd
Tags: 0.26-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * License along with this program; if not, write to the
17
17
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
18
 * Boston, MA 02111-1307, USA.
19
 
 * 
20
 
 * Authors: Mikael Hallendal <micke@imendio.com>
21
 
 *          Richard Hult <richard@imendio.com>
22
 
 *          Martyn Russell <martyn@imendio.com>
23
19
 */
24
20
 
25
21
#include "config.h"
42
38
#include "gossip-app.h"
43
39
#include "gossip-chatrooms-window.h"
44
40
#include "gossip-edit-chatroom-dialog.h"
 
41
#include "gossip-glade.h"
45
42
#include "gossip-new-chatroom-dialog.h"
46
43
#include "gossip-ui-utils.h"
47
44