~ubuntu-branches/ubuntu/wily/caja/wily

« back to all changes in this revision

Viewing changes to src/caja-emblem-sidebar.c

  • Committer: Package Import Robot
  • Author(s): John Paul Adrian Glaubitz, Martin Wimpress, John Paul Adrian Glaubitz
  • Date: 2015-08-10 13:39:55 UTC
  • mfrom: (1.2.1) (9.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20150810133955-b2uyptg7cf8rn8su
Tags: 1.10.3-1
[ Martin Wimpress ]
* New upstream release.
* debian/caja-common.install:
  + Add common files.
* debian/caja.install:
  + Remove common files.
* debian/libcaja-extension-dev.install:
  + Add usr/share/gtk-doc.
* debian/rules:
  + Add --enable-gtk-doc.
  + Remove dfsg suffix.
* debian/watch:
  + Remove dfsg suffix.

[ John Paul Adrian Glaubitz ]
* Fix spelling in debian/control (allows to -> allows one to).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#include <libcaja-private/caja-module.h>
48
48
#include <libcaja-private/caja-signaller.h>
49
49
 
50
 
#include "glibcompat.h" /* for g_list_free_full */
51
 
 
52
50
struct CajaEmblemSidebarDetails
53
51
{
54
52
    CajaWindowInfo *window;