~ubuntu-branches/ubuntu/dapper/ekiga/dapper-updates

« back to all changes in this revision

Viewing changes to lib/gui/gmtexttagaddon.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-03-15 09:05:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060315090537-nzavs0ciqb3476s1
Tags: 2.0.1-0ubuntu1
* New upstream release:
  - Added back StaticPicture in the druid and use the default Ekiga logo
    when no picture is specified.
  - Use only 1 FPS when transmitting the StaticPicture to spare bandwidth.
* debian/control.in:
  - bumped Dependencies on opal and pwlib.
* debian/patches/01_lpi.dpatch,
  debian/patches/02_autoconf.dpatch:
  - added LPI patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/* GnomeMeeting -- A Video-Conferencing application
 
2
/* Ekiga -- A VoIP and Video-Conferencing application
3
3
 * Copyright (C) 2000-2006 Damien Sandras
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify
13
13
 * GNU General Public License for more details.
14
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
 
 *
19
 
 *
20
 
 * GnomeMeeting is licensed under the GPL license and as a special exception,
 
16
 * along with this program; if not, write to the Free Software Foundation,
 
17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
18
 *
 
19
 *
 
20
 * Ekiga is licensed under the GPL license and as a special exception,
21
21
 * you have permission to link or otherwise combine this program with the
22
 
 * programs OpenH323 and Pwlib, and distribute the combination, without
23
 
 * applying the requirements of the GNU GPL to the OpenH323 program, as long
24
 
 * as you do follow the requirements of the GNU GPL for all the rest of the
25
 
 * software thus combined.
 
22
 * programs OPAL, OpenH323 and PWLIB, and distribute the combination,
 
23
 * without applying the requirements of the GNU GPL to the OPAL, OpenH323
 
24
 * and PWLIB programs, as long as you do follow the requirements of the
 
25
 * GNU GPL for all the rest of the software thus combined.
26
26
 */
27
27
 
 
28
 
28
29
/*
29
30
 *                         gtk-text-tag-addon.h  -  description 
30
31
 *                         ------------------------------------