~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to gtk/webbrowser.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Web Browser Plug-in
5
5
 * Copyright (C) 2003  Henrik Brix Andersen <brix@gimp.org>
6
6
 *
7
 
 * $Id: webbrowser.c 19291 2006-09-22 21:14:54Z gerald $
 
7
 * $Id: webbrowser.c 19685 2006-10-25 18:25:17Z guy $
8
8
 *
9
9
 * This program is free software; you can redistribute it and/or modify
10
10
 * it under the terms of the GNU General Public License as published by
57
57
#include <shellapi.h>
58
58
#elif defined (HAVE_OS_X_FRAMEWORKS)
59
59
/* Mac OS X - use Launch Services to start a browser */
60
 
#include <CoreFoundation/CFBase.h>
61
 
#include <CoreFoundation/CFString.h>
62
 
#include <CoreFoundation/CFURL.h>
 
60
#include <CoreFoundation/CoreFoundation.h>
63
61
#include <ApplicationServices/ApplicationServices.h>
64
62
#else
65
63
/* Everything else - launch the browser ourselves */