~ubuntu-branches/ubuntu/karmic/gtkmm2.4/karmic

« back to all changes in this revision

Viewing changes to gtk/gtkmm/fileselection.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 10:14:59 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922101459-pespb00fbm1mlqbd
Tags: 1:2.18.1-0ubuntu1
* New upstream release: (LP: #434355)
  - RecentManager: Undeprecate get_default().
  - Clipboard: wait_for_targets): Fix a crash.
  - Window: Added set_icon_name().
  - Require a recent pangomm.
  - Style: Fix a compiler error with the Intel C++ compiler.
  - Fix recently-introduced problems with disable-deprecated options.
* debian/control.in:
  - Bump libpangomm-1.4-dev depends and build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include <glibmm.h>
12
12
 
13
 
/* $Id: fileselection.hg,v 1.4 2005/11/29 16:38:10 murrayc Exp $ */
14
 
 
15
 
 
16
 
/* fileselection.h
17
 
 * 
 
13
/*
18
14
 * Copyright (C) 1998-2002 The gtkmm Development Team
19
15
 *
20
16
 * This library is free software; you can redistribute it and/or
32
28
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33
29
 */
34
30
 
35
 
// This is for including the config header before any code (such as
 
31
 // This is for including the config header before any code (such as
36
32
// the #ifndef GTKMM_DISABLE_DEPRECATED in deprecated classes) is generated:
37
33
 
38
34