forked from AuroraMiddleware/gtk
Fix compiler warnings
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
parent
67632a578b
commit
2accf2fd21
@ -6103,7 +6103,6 @@ static void
|
||||
gtk_file_chooser_default_realize (GtkWidget *widget)
|
||||
{
|
||||
GtkFileChooserDefault *impl;
|
||||
char *current_working_dir;
|
||||
|
||||
impl = GTK_FILE_CHOOSER_DEFAULT (widget);
|
||||
|
||||
@ -10453,7 +10452,7 @@ shortcuts_activate_volume (GtkFileChooserDefault *impl,
|
||||
|
||||
if (!_gtk_file_system_volume_is_mounted (volume))
|
||||
{
|
||||
GtkMountOperation *mount_op;
|
||||
GMountOperation *mount_op;
|
||||
|
||||
set_busy_cursor (impl, TRUE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user