~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/hooks.h

  • Committer: Michael Vogt
  • Date: 2009-06-26 16:29:18 UTC
  • mfrom: (464.1.10 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20090626162918-jfcim0ao1yzq8b6h
ported from glade to gtkbuilder

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
typedef struct _HookTrayAppletPrivate HookTrayAppletPrivate;
23
23
struct _HookTrayAppletPrivate
24
24
{
25
 
   GladeXML *glade_xml;
 
25
   GtkBuilder *gtk_builder;
26
26
 
27
27
   // the list of all hook files
28
28
   GList *hook_files;