From 817a8f6849c35b5a99e1633de49737e170f3dd30 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 3 Oct 2006 16:20:59 +0000 Subject: [PATCH] fix glade files in Makefile --- po/Makefile | 7 ++++--- po/POTFILES.in | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/po/Makefile b/po/Makefile index 2b10a9676..6be0aeab4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,8 +19,8 @@ gajim.pot: ../src/*py ../src/common/*py \ ../data/glade/accounts_window.glade.h \ ../data/glade/add_new_contact_window.glade.h \ ../data/glade/advanced_configuration_window.glade.h \ - ../data/glade/advanced_notifications_window.glade.h \ ../data/glade/advanced_menuitem_menu.glade.h \ + ../data/glade/advanced_notifications_window.glade.h \ ../data/glade/change_password_dialog.glade.h \ ../data/glade/change_status_message_dialog.glade.h \ ../data/glade/chat_context_menu.glade.h \ @@ -44,8 +44,9 @@ gajim.pot: ../src/*py ../src/common/*py \ ../data/glade/passphrase_dialog.glade.h \ ../data/glade/popup_notification_window.glade.h \ ../data/glade/preferences_window.glade.h \ - ../data/glade/privacy_list_edit_window.glade.h \ - ../data/glade/privacy_lists_first_window.glade.h \ + ../data/glade/privacy_list_window.glade.h \ + ../data/glade/privacy_lists_window.glade.h \ + ../data/glade/profile_window.glade.h \ ../data/glade/progress_dialog.glade.h \ ../data/glade/remove_account_window.glade.h \ ../data/glade/roster_contact_context_menu.glade.h \ diff --git a/po/POTFILES.in b/po/POTFILES.in index 35ae4380c..fa1a11b6e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -35,8 +35,9 @@ data/glade/message_window.glade.h data/glade/passphrase_dialog.glade.h data/glade/popup_notification_window.glade.h data/glade/preferences_window.glade.h -data/glade/privacy_list_edit_window.glade.h -data/glade/privacy_lists_first_window.glade.h +data/glade/privacy_list_window.glade.h +data/glade/privacy_lists_window.glade.h +data/glade/profile_window.glade.h data/glade/progress_dialog.glade.h data/glade/remove_account_window.glade.h data/glade/roster_contact_context_menu.glade.h