~ubuntu-branches/ubuntu/trusty/gupnp-tools/trusty-proposed

« back to all changes in this revision

Viewing changes to src/av-cp/gui.h

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2009-07-13 10:34:17 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713103417-vfkasdkdkkki52dx
Tags: 0.7.1-1
* New upstream release
* Add depends on gnome-icon-theme (Closes: #518920)
* Bump glib depends for gupnp-upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2007 Zeeshan Ali <zeenix@gstreamer.net>
 
2
 * Copyright (C) 2007 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3
3
 *
4
 
 * Authors: Zeeshan Ali <zeenix@gstreamer.net>
 
4
 * Authors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
23
23
 
24
24
#include <libgupnp/gupnp-control-point.h>
25
25
#include <gtk/gtk.h>
26
 
#include <glade/glade.h>
27
26
 
28
27
#include "playlist-treeview.h"
29
28