~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/trayicon.h

  • Committer: mfcn
  • Date: 2006-02-24 09:42:47 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:125
        * src/gui.c, src/gui.h, src/prefs.c, src/prefs.h, src/tech.c,
        src/tech.h, src/trayicon.h: added an function that scans for
        stations on first run, and adds them to the presets.
        * Code cleanup here and there

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef _TRAYICON_H
18
18
#define _TRAYICON_H
19
19
 
20
 
GtkWidget* tray_menu;
 
20
GtkWidget *tray_menu;
21
21
GtkWidget *tray_icon;
22
22
GtkWidget *mute_menuitem;
23
23