~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to plugins/gfv/callbacks.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef HAVE_CONFIG_H
 
2
#  include <config.h>
 
3
#endif
 
4
 
 
5
#include <gtk/gtk.h>
 
6
 
 
7
#include "callbacks.h"
 
8
#include "interface.h"
 
9
#include "support.h"
 
10
 
 
11
 
 
12
void
 
13
on_window1_destroy                     (GtkObject       *object,
 
14
                                        gpointer         user_data)
 
15
{
 
16
 
 
17
}
 
18