gnome-terminal r3164 - in branches/gnome-2-24: po src



Author: chpe
Date: Mon Oct 13 18:51:51 2008
New Revision: 3164
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3164&view=rev

Log:
Rename files.

Added:
   branches/gnome-2-24/src/terminal-encoding.c
      - copied, changed from r3150, /branches/gnome-2-24/src/encoding.c
   branches/gnome-2-24/src/terminal-encoding.h
      - copied, changed from r3150, /branches/gnome-2-24/src/encoding.h
Removed:
   branches/gnome-2-24/src/encoding.c
   branches/gnome-2-24/src/encoding.h
Modified:
   branches/gnome-2-24/po/POTFILES.in
   branches/gnome-2-24/src/Makefile.am
   branches/gnome-2-24/src/terminal-app.c
   branches/gnome-2-24/src/terminal-window.c
   branches/gnome-2-24/src/terminal.c

Modified: branches/gnome-2-24/po/POTFILES.in
==============================================================================
--- branches/gnome-2-24/po/POTFILES.in	(original)
+++ branches/gnome-2-24/po/POTFILES.in	Mon Oct 13 18:51:51 2008
@@ -2,7 +2,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 gnome-terminal.desktop.in.in
-src/encoding.c
 src/encodings-dialog.glade
 src/gnome-terminal.schemas.in
 src/keybinding-editor.glade
@@ -15,6 +14,7 @@
 src/terminal-accels.c
 src/terminal-app.c
 src/terminal.c
+src/terminal-encoding.c
 src/terminal-profile.c
 src/terminal-screen.c
 src/terminal-tabs-menu.c

Modified: branches/gnome-2-24/src/Makefile.am
==============================================================================
--- branches/gnome-2-24/src/Makefile.am	(original)
+++ branches/gnome-2-24/src/Makefile.am	Mon Oct 13 18:51:51 2008
@@ -5,8 +5,6 @@
 bin_PROGRAMS = gnome-terminal
 
 gnome_terminal_SOURCES= \
-	encoding.c \
-	encoding.h \
 	profile-editor.c \
 	profile-editor.h \
 	skey-popup.c \
@@ -16,6 +14,8 @@
 	terminal-accels.h \
 	terminal-app.c \
 	terminal-app.h \
+	terminal-encoding.c \
+	terminal-encoding.h \
 	terminal-intl.h \
 	terminal-marshal.c \
 	terminal-marshal.h \

Modified: branches/gnome-2-24/src/terminal-app.c
==============================================================================
--- branches/gnome-2-24/src/terminal-app.c	(original)
+++ branches/gnome-2-24/src/terminal-app.c	Mon Oct 13 18:51:51 2008
@@ -34,7 +34,7 @@
 #include "terminal-window.h"
 #include "terminal-util.h"
 #include "profile-editor.h"
-#include "encoding.h"
+#include "terminal-encoding.h"
 #include <gconf/gconf-client.h>
 #include <libgnomeui/gnome-client.h>
 #include <string.h>

Copied: branches/gnome-2-24/src/terminal-encoding.c (from r3150, /branches/gnome-2-24/src/encoding.c)
==============================================================================
--- /branches/gnome-2-24/src/encoding.c	(original)
+++ branches/gnome-2-24/src/terminal-encoding.c	Mon Oct 13 18:51:51 2008
@@ -22,7 +22,7 @@
 
 #include <gtk/gtk.h>
 
-#include "encoding.h"
+#include "terminal-encoding.h"
 #include "terminal-app.h"
 #include "terminal-intl.h"
 #include "terminal-profile.h"

Copied: branches/gnome-2-24/src/terminal-encoding.h (from r3150, /branches/gnome-2-24/src/encoding.h)
==============================================================================

Modified: branches/gnome-2-24/src/terminal-window.c
==============================================================================
--- branches/gnome-2-24/src/terminal-window.c	(original)
+++ branches/gnome-2-24/src/terminal-window.c	Mon Oct 13 18:51:51 2008
@@ -26,10 +26,10 @@
 #include <gdk/gdkkeysyms.h>
 #include <libsn/sn-launchee.h>
 
-#include "encoding.h"
 #include "skey-popup.h"
 #include "terminal-accels.h"
 #include "terminal-app.h"
+#include "terminal-encoding.h"
 #include "terminal-intl.h"
 #include "terminal-screen-container.h"
 #include "terminal-tabs-menu.h"

Modified: branches/gnome-2-24/src/terminal.c
==============================================================================
--- branches/gnome-2-24/src/terminal.c	(original)
+++ branches/gnome-2-24/src/terminal.c	Mon Oct 13 18:51:51 2008
@@ -33,7 +33,6 @@
 #include "terminal-window.h"
 #include "terminal-util.h"
 #include "profile-editor.h"
-#include "encoding.h"
 #include <bonobo-activation/bonobo-activation-activate.h>
 #include <bonobo-activation/bonobo-activation-register.h>
 #include <bonobo/bonobo-exception.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]