~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/gui.c

  • Committer: mfcn
  • Date: 2006-11-05 22:17:56 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:151
        * data/icons/Makefile.am:
        Run gtk-update-icon-cache on make install
        * src/gui.c: (main):
        Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1084
1084
                                        GNOME_PARAM_GOPTION_CONTEXT, ctx,
1085
1085
#endif
1086
1086
                                        NULL);
1087
 
        gtk_window_set_default_icon_name("gnomradio");
 
1087
        gtk_window_set_default_icon_name("gnomeradio");
1088
1088
        /* Main app */
1089
1089
        app = gnome_radio_gui();
1090
1090