Changeset cd3c2e4af45af43b3d3330f84180c6a7a74941a3

Show
Ignore:
Timestamp:
06/02/11 19:37:41 (2 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
60aaa492db336e5685ff19f3a2600bbbaf074cef
Parents:
f33b58ac85629a0b833a78fa12ca3b9fa1942cfa
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2011-06-02T19:37:41Z+0300
Message:

Fix warning

../gui/save_project_dialog.c:61:15: error: variable ‘path_button’ set but not used [-Werror=unused-but-set-variable]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gui/save_project_dialog.c

    rdf56cfc rcd3c2e4  
    33 * LADI Session Handler (ladish) 
    44 * 
    5  * Copyright (C) 2010 Nedko Arnaudov <nedko@arnaudov.name> 
     5 * Copyright (C) 2010, 2011 Nedko Arnaudov <nedko@arnaudov.name> 
    66 * 
    77 ************************************************************************** 
     
    5959{ 
    6060  GtkWidget * dialog = NULL; 
    61   GtkWidget * path_button = NULL; 
    6261  GtkEntry * name = NULL; 
    6362  GtkResponseType response; 
     
    6766 
    6867  dialog = get_gtk_builder_widget("project_save_as_dialog"); 
    69   path_button = get_gtk_builder_widget("project_save_as_path_button"); 
    7068  path = GTK_ENTRY(get_gtk_builder_widget("project_save_as_path_entry")); 
    7169  name = GTK_ENTRY(get_gtk_builder_widget("project_save_as_name_entry"));