~l3on/ubuntu/precise/epiphany-extensions/new-release

« back to all changes in this revision

Viewing changes to extensions/rss/rss-ui.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-09-18 14:08:05 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918140805-fa8kka5uo6u5l5io
Tags: 2.27.92-0ubuntu1
* new upstream 2.27.92 ships ships epiphany-webkit extensions only
  - update debian/control - move from epiphany-browser to -webkit
  - update debian/rules - drop link creation that tried to support -browser
    and -webkit parts and run dh_pysupport on epiphany-webkit dir
  - update debian/rules - use really-all extensions
  - add debian/patches/02_greasemonkey_web_view.patch - fix greasemonkey
    extension being broken by bad web_view lookup - bgo 595814

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "ephy-string.h"
30
30
 
31
31
#include <glib/gi18n-lib.h>
32
 
#include <gtk/gtkstock.h>
33
 
#include <gtk/gtklabel.h>
34
 
#include <gtk/gtkbutton.h>
35
 
#include <gtk/gtkdialog.h>
36
 
#include <gtk/gtkcellrenderertext.h>
37
 
#include <gtk/gtkcellrenderertoggle.h>
38
 
#include <gtk/gtktreeselection.h>
39
 
#include <gtk/gtktreemodel.h>
40
 
#include <gtk/gtkliststore.h>
41
 
#include <gtk/gtkimage.h>
42
 
#include <gtk/gtkimagemenuitem.h>
43
 
#include <gtk/gtkmenu.h>
44
 
#include <gtk/gtkclipboard.h>
45
 
#include <gtk/gtkmain.h>
 
32
#include <gtk/gtk.h>
46
33
 
47
34
#include <string.h>
48
35