gnome-packagekit r135 - in trunk: data po src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-packagekit r135 - in trunk: data po src
- Date: Fri, 28 Mar 2008 17:12:33 +0000 (GMT)
Author: rhughes
Date: Fri Mar 28 17:12:33 2008
New Revision: 135
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=135&view=rev
Log:
from git
Modified:
trunk/data/pk-application.glade
trunk/data/pk-transaction-viewer.desktop.in
trunk/po/fi.po
trunk/src/pk-update-viewer.c
Modified: trunk/data/pk-application.glade
==============================================================================
--- trunk/data/pk-application.glade (original)
+++ trunk/data/pk-application.glade Fri Mar 28 17:12:33 2008
@@ -666,9 +666,6 @@
</packing>
</child>
</widget>
- <packing>
- <property name="expand">False</property>
- </packing>
</child>
<child>
<widget class="GtkHBox" id="hbox_package">
Modified: trunk/data/pk-transaction-viewer.desktop.in
==============================================================================
--- trunk/data/pk-transaction-viewer.desktop.in (original)
+++ trunk/data/pk-transaction-viewer.desktop.in Fri Mar 28 17:12:33 2008
@@ -8,6 +8,6 @@
Terminal=false
Type=Application
Categories=GNOME;GTK;System;X-Red-Hat-Base;
-NotShowIn=KDE;
+NotShowIn=GNOME;KDE;XFCE;
StartupNotify=true
Modified: trunk/src/pk-update-viewer.c
==============================================================================
--- trunk/src/pk-update-viewer.c (original)
+++ trunk/src/pk-update-viewer.c Fri Mar 28 17:12:33 2008
@@ -137,7 +137,7 @@
/* some pages are resizeable */
widget = glade_xml_get_widget (glade_xml, "window_updates");
- if (page == PAGE_DETAILS) {
+ if (page == PAGE_DETAILS || page == PAGE_PROGRESS) {
gtk_window_set_resizable (GTK_WINDOW (widget), TRUE);
} else {
gtk_window_set_resizable (GTK_WINDOW (widget), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]