changeset 152:7b8588691a95 trunk

[svn] - don't replace our configuration - configure box tweaks
author nenolod
date Mon, 30 Oct 2006 23:35:14 -0800
parents 3c8ff183766f
children f6ca31f3308e
files ChangeLog src/paranormal/cfg.c src/paranormal/plugin.c
diffstat 3 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 30 23:08:58 2006 -0800
+++ b/ChangeLog	Mon Oct 30 23:35:14 2006 -0800
@@ -1,3 +1,12 @@
+2006-10-31 07:08:58 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [302]
+  - fix some window titles
+  
+  trunk/src/paranormal/paranormal.c |    2 +-
+  trunk/src/paranormal/plugin.c     |    6 +++---
+  2 files changed, 4 insertions(+), 4 deletions(-)
+
+
 2006-10-31 07:07:00 +0000  William Pitcock <nenolod@nenolod.net>
   revision [300]
   - fix for compile error via joecool
--- a/src/paranormal/cfg.c	Mon Oct 30 23:08:58 2006 -0800
+++ b/src/paranormal/cfg.c	Mon Oct 30 23:35:14 2006 -0800
@@ -476,8 +476,7 @@
     {
       /* The dialog */
       cfg_dialog = gtk_dialog_new ();
-      gtk_window_set_title (GTK_WINDOW (cfg_dialog), "Configuration - "
-			    PACKAGE " " VERSION);
+      gtk_window_set_title (GTK_WINDOW (cfg_dialog), "Paranormal Visualization Studio - Editor (PNS " VERSION ")");
       gtk_widget_set_usize (cfg_dialog, 530, 370);
       gtk_container_border_width (GTK_CONTAINER (cfg_dialog), 8);
       gtk_signal_connect_object (GTK_OBJECT (cfg_dialog), "delete-event",
--- a/src/paranormal/plugin.c	Mon Oct 30 23:08:58 2006 -0800
+++ b/src/paranormal/plugin.c	Mon Oct 30 23:35:14 2006 -0800
@@ -299,8 +299,6 @@
 static void
 pn_xmms_configure (void)
 {
-  load_pn_rc ();
-
   /* We should already have a GDK_THREADS_ENTER
      but we need to give it config_mutex */
   if (config_mutex)