~ubuntu-branches/ubuntu/saucy/lordsawar/saucy

« back to all changes in this revision

Viewing changes to src/gui/splash-window.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Alexander Reichle-Schmehl, Barry deFreese
  • Date: 2009-03-01 17:43:35 UTC
  • mfrom: (1.1.7 upstream) (5.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301174335-jahzt2ziy11jaup2
Tags: 0.1.5-1
[ Alexander Reichle-Schmehl ]
* Adopt debian/control to my new name

[ Barry deFreese ]
* New upstream release.
  + Printfs dropped from network-connections.c. (Closes: #510767).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//  Copyright (C) 2007, Ole Laursen
2
 
//  Copyright (C) 2007, 2008 Ben Asselstine
 
2
//  Copyright (C) 2007, 2008, 2009 Ben Asselstine
3
3
//
4
4
//  This program is free software; you can redistribute it and/or modify
5
5
//  it under the terms of the GNU General Public License as published by
135
135
     G_CALLBACK(surface_attached_helper), this); 
136
136
      
137
137
      sdl_container->add(*sdl_widget); 
 
138
      //Gtk::RC::add_default_file(File::getMiscFile("gtkrc"));
 
139
        //Gtk::RC::reparse_all(Gtk::Settings::get_default(), true);
138
140
}
139
141
 
140
142
SplashWindow::~SplashWindow()