~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/jabber_whiteboard/session-file-selector.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Released under GNU GPL, read the file 'COPYING' for more information
10
10
 */
11
11
 
 
12
#include <glibmm.h>
 
13
#include <gtkmm.h>
 
14
 
12
15
#include "session-file-selector.h"
13
16
 
14
17
#include <glibmm/i18n.h>
15
 
#include <gtkmm/filechooserdialog.h>
16
 
#include <gtkmm/stock.h>
17
18
 
18
19
namespace Inkscape {
19
20