~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/gecko/gecko-services.cpp

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <mozilla-config.h>
24
24
#include "config.h"
25
25
 
26
 
#ifdef USE_GTKUPRINT
 
26
#ifdef HAVE_GTKUPRINT
27
27
#include <stdlib.h>
28
28
#include <unistd.h>
29
29
 
286
286
      break;
287
287
      /* FIXME: we need some custom ranges here, "Selection" and
288
288
       * "Focused Frame" */
 
289
 
 
290
    /* keep compiler happy about unhandled cases */
 
291
    case GTK_PRINT_PAGES_SELECTION:
 
292
      abort();
 
293
      break;
289
294
    }
290
295
  } else {
291
296
    target->SetPrintOptions (nsIPrintSettings::kPrintEvenPages, PR_TRUE);