From a8c681892e7a83cf16414874d81e6bac2ce82983 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 07:19:58 +0000 Subject: [PATCH] rename it again --- src/desktops.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/desktops.c b/src/desktops.c index 39d6c4d..8987eab 100644 --- a/src/desktops.c +++ b/src/desktops.c @@ -29,7 +29,7 @@ static GtkListStore *desktop_store; static int num_desktops; static GList *desktop_names; -static void load_desktop_names(); +static void desktops_load_names(); static void desktops_set_names(); static void desktops_set_number(); static void on_desktop_names_cell_edited(GtkCellRendererText *cell, @@ -66,7 +66,7 @@ void desktops_setup_tab() ("Name", render, "text", 0, "editable", 1, NULL); gtk_tree_view_append_column(GTK_TREE_VIEW(w), column); - load_desktop_names(); + desktops_load_names(); mapping = FALSE; } @@ -79,7 +79,7 @@ void on_desktop_num_value_changed(GtkSpinButton *w, gpointer data) desktops_set_number(); - load_desktop_names(); + desktops_load_names(); } static void on_desktop_names_cell_edited(GtkCellRendererText *cell, @@ -114,7 +114,7 @@ static void on_desktop_names_cell_edited(GtkCellRendererText *cell, desktops_set_names(); } -static void load_desktop_names() +static void desktops_load_names() { GtkTreeIter it; xmlNodePtr n; -- 2.39.2