ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gtkbfc/gtkbfc.c
(Generate patch)

Comparing gtkbfc/gtkbfc.c (file contents):
Revision 1.15 by root, Sat Aug 18 14:07:47 2007 UTC vs.
Revision 1.16 by root, Sat Aug 18 14:26:44 2007 UTC

10#include <unistd.h> 10#include <unistd.h>
11#include <sys/types.h> 11#include <sys/types.h>
12#include <sys/stat.h> 12#include <sys/stat.h>
13#include <fcntl.h> 13#include <fcntl.h>
14 14
15static const char version[] = "gtkbfc version 0.0";
16
15static char *helper = "/etc/gtkbfc-helper"; 17static char *helper = "/etc/gtkbfc-helper";
16 18
17static GObject *(*old_constructor) (GType type, guint n_construct_properties, GObjectConstructParam *construct_properties); 19static GObject *(*old_constructor) (GType type, guint n_construct_properties, GObjectConstructParam *construct_properties);
18 20
19static gchar *last_path; 21static gchar *last_path;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines