~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to src/gecko/gecko-print.h

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * General Public License for more details.
14
14
 *
15
15
 * You should have received a copy of the GNU General Public
16
 
 * License along with this program; if not, write to the Free Software 
 
16
 * License along with this program; if not, write to the Free Software
17
17
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
 *
19
19
 * Author: Don Scorgie <DonScorgie@Blueyonder.co.uk>
52
52
    gboolean moz_finished;
53
53
    gboolean started;
54
54
    gboolean previewed;
55
 
    
 
55
 
56
56
    char *header_left_string;
57
57
    char *header_center_string;
58
58
    char *header_right_string;
78
78
 
79
79
} GeckoPrintInfo;
80
80
 
81
 
void          gecko_print_run               (GtkWindow *window, 
 
81
void          gecko_print_run               (GtkWindow *window,
82
82
                                            gpointer html,
83
83
                                            gpointer fake_win,
84
84
                                            gpointer content_box);