~ubuntu-branches/ubuntu/hardy/xchat-gnome/hardy-updates

« back to all changes in this revision

Viewing changes to src/fe-gnome/irc-network-editor.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-07-20 10:46:11 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060720104611-bo8b5e44s9b8cc9w
Tags: 1:0.13-0ubuntu1
* New upstream version, UVF granted by Colin Watson:
  - Add the ability to auto-join keyed channels (Ubuntu: #29856)
  - Add the red-line unread indicator (Ubuntu: #30642)
  - Lots and lots of major bug fixes
  - Fix a crash when saving transcript without current session
    (Ubuntu: #52692)
  - Fix crasher when using /server <servername> (Ubuntu: #45312)
* debian/control.in:
  - Build-Depends on libssl-dev instead of libssl0.9.8 (Ubuntu: #52746)
* debian/patches/03_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        GtkWidget *edit_autojoin;
80
80
        GtkWidget *remove_autojoin;
81
81
        GtkCellRenderer *autojoin_renderer;
 
82
        GtkCellRenderer *autojoin_key_renderer;
82
83
        GtkListStore *autojoin_store;
83
84
        GtkTreeViewColumn *autojoin_column;
84
85