From 4776c9bcc3bdbeb3ab4aa756706134e368ff2799 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 18 Jun 2010 15:46:22 -0500 Subject: [PATCH] Don't use C++ style comments We like it here in the 1990s, thank you very much. Signed-off-by: Federico Mena Quintero --- gtk/gtkfilechooser.c | 4 ++-- gtk/gtkfilechooserbutton.c | 2 +- gtk/gtkfilechooserdefault.c | 4 ++-- gtk/gtkfilechooserentry.c | 2 +- gtk/gtkpathbar.c | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 80383cbddf..972177ede2 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -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 */ diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index c0fde9eaab..83369cb75d 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -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 */ diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 9dab4265f0..e75d1cdead 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -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 */ diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 7df5e90a38..0fd631fe0f 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -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 */ diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index 9d2a77cd26..d7ead93e02 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -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 */