~ubuntu-branches/ubuntu/hardy/gnome-commander/hardy

« back to all changes in this revision

Viewing changes to src/gnome-cmd-about-plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-06-13 15:39:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060613153948-gvrt3mb2ddk5u62o
Tags: 1.2.0-3
added --disable-scrollkeeper on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Ripped from libgnomeui and adjusted to my needs. Original comments 
 
1
/* Ripped from libgnomeui and adjusted to my needs. Original comments
2
2
 * left intact below.
3
 
 * 2003 Marcus Bjurman <marbj499@student.liu.se> 
 
3
 * 2003 Marcus Bjurman <marbj499@student.liu.se>
4
4
 */
5
5
 
6
6
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
46
46
typedef struct _GnomeCmdAboutPluginPrivate GnomeCmdAboutPluginPrivate;
47
47
 
48
48
struct _GnomeCmdAboutPlugin {
49
 
        GtkDialog parent;
 
49
    GtkDialog parent;
50
50
 
51
 
        GnomeCmdAboutPluginPrivate *priv;
 
51
    GnomeCmdAboutPluginPrivate *priv;
52
52
};
53
53
 
54
54
struct _GnomeCmdAboutPluginClass {
55
 
        GtkDialogClass parent_class;
 
55
    GtkDialogClass parent_class;
56
56
};
57
57
 
58
58
GType gnome_cmd_about_plugin_get_type (void) G_GNUC_CONST;