[network-manager-applet] bluetooth: rename gnome-bluetooth plugin source file
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] bluetooth: rename gnome-bluetooth plugin source file
- Date: Mon, 10 May 2010 22:16:15 +0000 (UTC)
commit 8a0b6ff46e02c89c1c311aa679b4b720df85dc32
Author: Dan Williams <dcbw redhat com>
Date: Mon May 10 15:15:31 2010 -0700
bluetooth: rename gnome-bluetooth plugin source file
po/POTFILES.in | 2 +-
src/gnome-bluetooth/Makefile.am | 7 ++++---
.../{network-manager-applet.c => bt-widget.c} | 0
3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6570cb0..59654f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -40,7 +40,7 @@ src/connection-editor/nm-connection-editor.c
src/connection-editor/nm-connection-editor.glade
src/connection-editor/nm-connection-list.c
src/connection-editor/vpn-helpers.c
-src/gnome-bluetooth/network-manager-applet.c
+src/gnome-bluetooth/bt-widget.c
src/keyring.png
src/main.c
src/mb-menu-item.c
diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
index d3d9095..985b31c 100644
--- a/src/gnome-bluetooth/Makefile.am
+++ b/src/gnome-bluetooth/Makefile.am
@@ -12,11 +12,12 @@ INCLUDES = \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)
+BT_WIDGET_SOURCES = bt-widget.c
+
if HAVE_GBT
plugin_LTLIBRARIES = libnma.la
-libnma_la_SOURCES = \
- network-manager-applet.c
+libnma_la_SOURCES = $(BT_WIDGET_SOURCES)
libnma_la_LDFLAGS = -module -avoid-version
@@ -25,4 +26,4 @@ libnma_la_LIBADD = \
$(GNOME_BLUETOOTH_LIBS)
endif
-EXTRA_DIST = network-manager-applet.c
+EXTRA_DIST = $(BT_WIDGET_SOURCES)
diff --git a/src/gnome-bluetooth/network-manager-applet.c b/src/gnome-bluetooth/bt-widget.c
similarity index 100%
rename from src/gnome-bluetooth/network-manager-applet.c
rename to src/gnome-bluetooth/bt-widget.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]