Don't use C++ style comments

We like it here in the 1990s, thank you very much.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
Federico Mena Quintero
2010-06-18 15:46:22 -05:00
parent d2f5fbbf4e
commit 4776c9bcc3
5 changed files with 8 additions and 8 deletions

View File

@@ -2992,7 +2992,7 @@ _gtk_file_chooser_get_visible_roots (GtkFileChooser *chooser)
{
if (_gtk_file_chooser_is_file_in_roots (GTK_FILE_CHOOSER (chooser), fs_root))
{
// This is going to be listed already. Ignore it for now.
/* This is going to be listed already. Ignore it for now. */
skip = TRUE;
}
@@ -3016,4 +3016,4 @@ _gtk_file_chooser_get_visible_roots (GtkFileChooser *chooser)
#define __GTK_FILE_CHOOSER_C__
#include "gtkaliasdef.c"
// vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */

View File

@@ -3088,4 +3088,4 @@ gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button)
#define __GTK_FILE_CHOOSER_BUTTON_C__
#include "gtkaliasdef.c"
// vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */

View File

@@ -9679,7 +9679,7 @@ recent_idle_load (gpointer data)
if (_gtk_file_chooser_is_uri_in_roots (GTK_FILE_CHOOSER (impl), uri))
{
// We'll sort this later, so prepend for efficiency.
/* We'll sort this later, so prepend for efficiency. */
load_data->items = g_list_prepend(load_data->items, info);
}
}
@@ -10730,4 +10730,4 @@ shortcuts_pane_model_filter_new (GtkFileChooserDefault *impl,
return GTK_TREE_MODEL (model);
}
// vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */

View File

@@ -2036,4 +2036,4 @@ _gtk_file_chooser_entry_get_root_uris (GtkFileChooserEntry *chooser_entry)
return chooser_entry->root_uris;
}
// vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */

View File

@@ -1871,7 +1871,7 @@ _gtk_path_bar_set_root_uris (GtkPathBar *path_bar,
*/
gtk_path_bar_clear_buttons (path_bar);
// Also clear the root icon, as we'll be using this for the root URI button.
/* Also clear the root icon, as we'll be using this for the root URI button. */
if (path_bar->root_icon)
{
g_object_unref (path_bar->root_icon);
@@ -1936,4 +1936,4 @@ _gtk_path_bar_down (GtkPathBar *path_bar)
#define __GTK_PATH_BAR_C__
#include "gtkaliasdef.c"
// vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s
/* vim: et sw=2 cinoptions=(0,t0,f1s,n-1s,{1s,>2s,^-1s */