~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to pidgin/gtksourceiter.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-10-09 19:40:26 UTC
  • mfrom: (1.4.1 upstream) (46.1.10 karmic)
  • Revision ID: james.westby@ubuntu.com-20091009194026-wbqqh0bsbz19nx5q
Tags: 1:2.6.2-1ubuntu7
* Don't stick the buddy list window to all desktops as some
  window managers have trouble to properly unstick it (LP: #346840)
  - debian/patches/11_buddy_list_really_show.patch
* Always use default tray icon size on KDE (LP: #209440)
  - debian/patches/62_tray_icon_size_kde.patch
* Use scrollbars in the preferences dialog if the screen height is
  below 700 px instead of 600 px
  - debian/patches/60_1024x600_gtkprefs.c.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- 
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
2
2
 *  gtksourceiter.h
3
3
 *
4
4
 *  Pidgin is the legal property of its developers, whose names are too numerous
7
7
 *
8
8
 *  The following copyright notice applies to this file:
9
9
 *
10
 
 *  Copyright (C) 2000 - 2005 Paolo Maggi 
 
10
 *  Copyright (C) 2000 - 2005 Paolo Maggi
11
11
 *  Copyright (C) 2002, 2003 Jeroen Zwartepoorte
12
12
 *
13
13
 *  This program is free software; you can redistribute it and/or modify
28
28
#ifndef _PIDGINSOURCEITER_H_
29
29
#define _PIDGINSOURCEITER_H_
30
30
 
31
 
#include <gtk/gtktextiter.h>
 
31
#include <gtk/gtk.h>
32
32
 
33
33
G_BEGIN_DECLS
34
34