~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/gui.c

  • Committer: mfcn
  • Date: 2005-04-08 18:53:50 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:73
Fixes #167963

Show diffs side-by-side

added added

removed removed

Lines of Context:
1125
1125
#ifdef HAVE_LIRC
1126
1126
        if(!my_lirc_init())
1127
1127
        {
1128
 
                GtkWidget *dialog;
 
1128
/*              GtkWidget *dialog;
1129
1129
                dialog = gtk_message_dialog_new(NULL, DIALOG_FLAGS, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
1130
1130
                                        _("Could not start lirc"));
1131
1131
                gtk_dialog_run (GTK_DIALOG (dialog));
1132
1132
                gtk_widget_destroy (dialog);
 
1133
*/
 
1134
                g_print(_("Could not start lirc!\n"));
1133
1135
        }
1134
1136
        else
1135
1137
                start_lirc();