~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to gtk/tr-icon.h

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: tr-icon.h 5122 2008-02-26 19:58:03Z charles $
 
2
 * $Id: tr-icon.h 6795 2008-09-23 19:11:04Z charles $
3
3
 *
4
4
 * Copyright (c) 2006-2008 Transmission authors and contributors
5
5
 *
28
28
#include <gtk/gtk.h>
29
29
#include "tr-core.h"
30
30
 
31
 
#if GTK_CHECK_VERSION(2,10,0)
32
 
#define STATUS_ICON_SUPPORTED
 
31
#if GTK_CHECK_VERSION( 2, 10, 0 )
 
32
 #define STATUS_ICON_SUPPORTED
33
33
#endif
34
34
 
35
35
gpointer tr_icon_new( TrCore * core );