forked from AuroraMiddleware/gtk
Remove extra braces.
svn path=/trunk/; revision=18174
This commit is contained in:
parent
ee0411ae72
commit
960b4fcd39
@ -2005,16 +2005,12 @@ model_update_current_folder (GtkFileChooserButton *button,
|
|||||||
|
|
||||||
icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (button)));
|
icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (button)));
|
||||||
if (gtk_file_system_path_is_local (button->priv->fs, path))
|
if (gtk_file_system_path_is_local (button->priv->fs, path))
|
||||||
{
|
|
||||||
pixbuf = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory",
|
pixbuf = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory",
|
||||||
button->priv->icon_size, 0, NULL);
|
button->priv->icon_size, 0, NULL);
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
|
||||||
pixbuf = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-share",
|
pixbuf = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-share",
|
||||||
button->priv->icon_size, 0, NULL);
|
button->priv->icon_size, 0, NULL);
|
||||||
}
|
|
||||||
|
|
||||||
gtk_list_store_set (store, &iter,
|
gtk_list_store_set (store, &iter,
|
||||||
ICON_COLUMN, pixbuf,
|
ICON_COLUMN, pixbuf,
|
||||||
DISPLAY_NAME_COLUMN, label,
|
DISPLAY_NAME_COLUMN, label,
|
||||||
|
Loading…
Reference in New Issue
Block a user